Tagged Questions
0
votes
0answers
69 views
Android 4.0.1 AppCache Update
I have two html pages , index.html and app.html and have included the manifest attribute in index.html (the manifest file also includes app.html ). In the callback of application cache events binded ...
1
vote
1answer
190 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 ...
4
votes
1answer
232 views
Android Browser Issue with jQuery Ajax and when appcache is used
we are having a problem with the built in browser on Android 4.0, 4.1 and 4.2 (we haven't got anything lower to test on).
The problem is that the ajax call will work perfectly on first load, you can ...
0
votes
0answers
145 views
HTML5 App Cache don't work in Opera Mobile 12.1.4 and Android 2.2 browser
I have made an HTML5 App Cache for an mobile chat application, it is working perfect in Desktop browsers, but not working in Android 2.2 default browser and last version of Opera Mobile. What I am ...
1
vote
1answer
141 views
Can I target specific browsers/devices with the Manifest or Appcache file or just exclude the appcache from Desktop browsers?
Essentially I would like to be able to use an appcache file on my site but only for mobile devices, to enable those devices to view the website/webapp I am developing offline, however desktops/laptops ...
0
votes
0answers
142 views
android browser applicationCache xhr get failed async=false status=0 readyState=4
I have an app that uses the application cache, that I am trying to run in the android browser (android 4.0.4).
Starting with an empty cache, the application loads fine, dojo loads and the dojo object ...
1
vote
0answers
383 views
Viewing PDF in Android / Chrome
I have a website caching pdfs offline with a .manifest-file.
On the desktop version of Chrome the PDF can be viewed offline inside Chrome. But on the Android Chrome nothing happens when I'm trying to ...
2
votes
1answer
850 views
Appcache on Android Webview not downloading sources
I know my web app's appcache works nicely because I've tried it on Chrome, even on Chrome for Android it works, but it doesn't when loading it in my Android app from a webview. I have the following ...
2
votes
1answer
349 views
Android WebView Application Clears HTML5 cached data on Force Close/Reboot
I have one sample application which has WebView supporting html5 features, i have one website which stores offline data and retrieves offline stored data, but whenever i force close the application it ...
0
votes
0answers
63 views
Should I be getting a warning box from the android browser in a cached html5 app when offline?
Using Android 2.3.5 Gingerbread built in browser. Created an offline cached app using html5.
When I turn the network off, the pages seem to cache ok but moving from page to page I get a message ...
0
votes
0answers
95 views
Android emulator WebView-appcache-access-delay when server is down
I was figuring out why the files in the appcache weren't loaded when server is offline. First I thought i made a mistake - until the end of midday break:
After arriving i saw that the page was now ...
0
votes
1answer
486 views
AppCache on Android Devices
I have this weird problem in trying out an appCache website on android phones. I've tested it in a Froyo 2.2 Android device. I'm testing the capability of AppCache on Android phones using this ...
0
votes
1answer
342 views
Issue with using LocalStorage in PhoneGap for Android
To resolve : Application error - A network error occurred. (file:///android_asset/www/messagedetails.html?Id=29) in Android 4.0,I am using LocalStorage.
This approach gave me the solution for the ...
3
votes
1answer
463 views
Webview AppCache not loading sourced non-html content
I'm using HTML5 AppCache to create an Android web app which can function offline. HTML which sources additional images, stylesheets, javascript and iframes is loaded into a WebView with ...
1
vote
0answers
499 views
Android appcache in android 2.2
I'm writing an android app that makes use of WebViews, externally hosted js files, and a manifest file to control appcache. Everything seems to work fine in android 4, but in 2.2 the caching doesn't ...
