javascript - Running offline AJAX appliaction on Opera Mobile 11 -
I am preparing a project for web applications with large AJAX access, which should work on smartphones. One of the requirements is that the application should be able to run without internet connection. The scenario is relatively simple when the application has been started and then the internet connection is lost, but does not the user have an internet connection, and whether to launch this application?
Opera has the ability to save mobile, which can be loaded even without internet connection, the problem is completely AJAX application. I have tested 2 instances: And, they are both running in online mode, but fail to launch in offline mode (empty screen, no error message). I think the problem is that the opera main page is left, but not the required javascript In this fall I have a question:
What is the developer driving Opera web in the offline mode? How should JavaScript be organized to be downloaded by Opera for offline mode?
You must specify.
You can also paste all javascript into the main HTML page (inline) (though there are more problems with images)
Comments
Post a Comment