Application cache not enabled by default
Bug #1338668 reported by
Peter Hultqvist
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
webbrowser-app (Ubuntu) |
Fix Released
|
Undecided
|
Olivier Tilloy |
Bug Description
Application Cache, an html5 feature for webapps to work offline:
This demo does not work on the phone:
http://
The grey box is stuck at "checking..."
Also found similar error on my own webapp, the state stays where no communication has been done with the cache api(window.
Related branches
lp://staging/~osomon/webbrowser-app/enabled-appcache
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 23 lines (+2/-0)2 files modifiedsrc/app/webbrowser/Browser.qml (+1/-0)
src/app/webcontainer/WebViewImplOxide.qml (+1/-0)
To post a comment you must log in.
In the example page linked above, when clicking on "Update cache", I’m seeing the following error in the logs:
[JS] (http:// html5demos. com/offlineapp: 39) Uncaught InvalidStateError: Failed to execute 'update' on 'ApplicationCache': there is no application cache to update.