Almost right. We were aiming for complete parity for the heavier weight
browser renderer in the widget to provide perfect cross platform
compatibility and for exactly these sorts of reasons but it wasn't
possible due to some platform specific issues we found integrating the
framework.

However PDF should still work on all platforms because:

Windows & Linux are CEF (Chromium)
Mac is WebView (WebKit based)
iOS is UIWebView (WebKit based)
Android is Android WebView


Mac & iOS WebKit can handle it (we had originally planned to use Chromium
on everything to get a completely consistent experience but had to
withdraw it due to Mac specific CEF bugs).

On Android there is an extra step:

If your PDF is at:
http://livecode.com/mydoc.pdf


You need to wrap it with the Google doc viewer by setting the widget URL
on Android to:
http://docs.google.com/gview?embedded=true&url=http://livecode.com/mydoc.pd
f


Chromium should be able to handle PDF on Windows/Linux. That said I did
just see a crash when trying it just now on Windows (avoidable for now by
using the same method as for Android). Panos has filed a bug :)


Kind regards,

Kevin

Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps




On 05/05/2016, 16:56, "use-livecode on behalf of Richard Gaskin"
<use-livecode-boun...@lists.runrev.com on behalf of
ambassa...@fourthworld.com> wrote:

>Kevin Miller wrote:
>
> > On 05/05/2016, 16:10, Richard Gaskin wrote:
> >
> >>Kevin Miller wrote:
> >>
> >> > ...basic display is already possible with the
> >> > browser included in all editions of LC.
> >>
> >> That's kind of a big deal. I'm not sure how so many of us missed
> >> that, but basic display on a card is all most people have been
> >> asking for. Super cool.
> >>
> >> Anyone here using that? Working well on the platforms you're
> >> deploying to?
> >
> > I am, and have been for some time as it happens!
>
>Seems most missed that in whatever Release Notes that was mentioned in.
>
>It never would have occurred to me that a browser engine would also
>include its own embedded PDF renderer, separate from any that might be
>included in the OS (and IIRC Windows doesn't include one out of the box).
>
>Providing a PDF renderer along with the rest of the HTML rendering with
>that browser engine is definitely something work noting in a bullet
>point somewhere.
>
>-- 
>  Richard Gaskin
>  Fourth World Systems
>  Software Design and Development for the Desktop, Mobile, and the Web
>  ____________________________________________________________________
>  ambassa...@fourthworld.com                http://www.FourthWorld.com
>
>
>_______________________________________________
>use-livecode mailing list
>use-livecode@lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-livecode



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to