Hi All, I have been using an application called ankimini that is basically a flash card application using ase and python. To cut a long story short it initiates a server that listens on 127.0.0.1:8000 and you then view the flash cards using the browser.
This all works fine until you lose connectivity or switch on airplane mode, then the browser complains that "This application requires network access" even though I am only going to 127.0.0.1:8000. It looks like the browser checks if you are online before going to the next page, regardless of what it is, but waits for a minute or so to see if a connection is established before giving the: you need to be connected error. I tried another browser (dolphin) and it was similar, it says something along the lines of: the page will continue being loaded once you are back online. If you have any idea how you can get the browser to go to localhost when not connected please let me know. Thanks, Jamie -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

