Hello,

I have some code that works in Firefox but not in Internet Explorer.
This is the scenario:

1. Data gets added to the server mysql database.
2. On the mobile device the code (from Google - function pingSuccess()
& function isServerAvailable() ) checks whether the user is online.
3. If the user is online, the data added in step 1 is shown -function
sync()
4. If the user is not online the data is not added.
5. Data is then added the next time the user is connected to server -
function sync()

The function sync() only works in IE if I manually delete the cache.

Any suggestions why this is happening?
Thanks,
TML

Reply via email to