show/hide this revision's text 2 added 15 characters in body

Is there a way to check to see if an iphone is online from a web app. That is, in mobile safari, can I check the online status of the device to see if I should try an ajax call or not.

In firefoxfirefox/regular webkit, this would be

if(navigator.onLine) { onlineCode() }
show/hide this revision's text 1

Checking online status from an iphone web app

Is there a way to check to see if an iphone is online from a web app. That is, in mobile safari, can I check the online status of the device to see if I should try an ajax call or not.

In firefox, this would be

if(navigator.onLine) { onlineCode() }