Caching issue on iOS
Ralph DiMola
rdimola at evergreeninfo.net
Thu Jun 18 11:46:04 EDT 2015
Put this at the end of the url "?seconds="&urlencode(the seconds)
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 Magicgate Software - Skip Kimpel
Sent: Thursday, June 18, 2015 11:26 AM
To: How to use LiveCode
Subject: Caching issue on iOS
Good morning,
I am having an issue refreshing data on an iOS device. Works fine on
desktop. The goal is to retrieve data from a text file on the server. A
"refresh" button should get the new data but on mobile it just keeps
displaying the same data. If I get out of the app and come back into it, it
indeed refreshes.
Here is what I am using to get the data from the server:
put "http://myserver.com/myfile.txt" into tURL
>From there I am processing what is in tURL.
I have tried clearing tURL, unloading tURL, clearing cache, etc.
Any ideas? Some other method that only applies to iOS or mobile?
Thanks for your input!
SKIP
_______________________________________________
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