Displaying & caching PDF files

Ralph DiMola rdimola at evergreeninfo.net
Tue Feb 4 15:37:19 EST 2020


Android will not natively display a pdf in the browser. The PDF Widget is
supported on all platforms. You can watch for a pdf in the browser and
download and cache it to the device then display it in the PDF Widget.

Ralph DiMola
IT Director
Evergreen Information Services
rdimola at evergreeninfo.net

-----Original Message-----
From: use-livecode [mailto:use-livecode-bounces at lists.runrev.com] On Behalf
Of jbv via use-livecode
Sent: Tuesday, February 04, 2020 3:00 PM
To: How to use LiveCode
Cc: jbv at souslelogo.com
Subject: Displaying & caching PDF files

Hello list,

I have a request from a client for a mobile app that would display pdf
files.
I know I can use a browser object to display those files, I've done that
numerous times.
My question is more about caching the files, and displaying them again later
without having to download them each time.
I assume that the files are stored in the default browser cache of the
mobile device, but if the same file is being displayed again, does the
browser object look up the default browser cache, or do I have to implement
some sort of cache function in the LC app itself ?

Thanks in advance.
jbv

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





More information about the use-livecode mailing list