0
votes
1answer
10 views

Adding a NETWORK section to HTML5 manifest file and accessing iPhone web-app in airplane mode

The facts I'm building an HTML 5 responsive website with an offline mode. To do that, I'm using a manifest file with a FALLBACK section and the browser's localStorage to store the pages that the ...
1
vote
1answer
189 views

HTML5 Offline web apps NOT working in Android 2.x, iPhone. (However works in Android 4.0)

Trying to implement offline feature of HTML5. After doing a lot of googling, this is how my code looks. (It's a django project; deployed in apache2.2 with mod_wsgi plugin) HTML ` <!DOCTYPE ...
1
vote
0answers
569 views

IOS 6 Cache Manifest

I'm noticing some oddities now that I'm checking out the iOS 6 <--> OS X Web Console. It seems that when I update a css file that's supposed to be cached, iOS 6 downloads the new version ...
0
votes
2answers
153 views

How can I convert my gwt app thats hosted on app-engine into a installable mobile app?

Currently my app is created in Eclipse using GWT and Coded in Java. I have the app hosted on app-engine and all my data is saved in the browser using html5 storage. I want to have this app ...