Can navigator.onLine be false when it should be true?

I use

If navigator.onLine = False Then

to test whether the device is online. A couple of iPads kept reporting a false when in every other way they seemed to be online. Is this possible and what makes it happen?

Any ideas?

This function is part of the Safari browser - AppStudio has no influence on this value.

I have not seen any Apple docs on quirks of this function - you might want to do some googling.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.