up vote 5 down vote favorite
2
share [g+] share [fb]

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/regular webkit, this would be

if(navigator.onLine) { onlineCode() }
link|improve this question
feedback

3 Answers

img src="http://aonlinesite.com/a-really-little-image.png" onload="Intenet!" onerror="NoInternet!"

link|improve this answer
+1 Clever alternative! – Gunder Oct 1 '11 at 12:46
feedback

That same code should work in the WebKit nightly build as of May 16th 2008. I guess that means you need to hope the 2.1 update included a new build of safari.

https://bugs.webkit.org/show_bug.cgi?id=19105

link|improve this answer
feedback

A quick test on the iPhone shows that it is available from iPhone OS 2.2.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.