#56 - WebKit supports HTML5's AppCache & Local Storage, but Tear also needs support
Posted Jul 10, 09:40 Last updated Jul 13, 11:18
This issue has been closed with status: Not a bug.
A closed issue will not be further updated. If you think this is an error, try posting a comment, or report a new issue.
On a portable device like Maemo tablets, having cacheable apps and local storage would be a huge advantage. Right now, only the iPhone and Android browsers have this feature enabled. This would enable people to (today) work with web-gMail offline and also to create their own applications.
A recent webkit version should enable the local storage, and for cached apps, I think that you need to trigger a cacheable app, and provide a menu list of the available cached apps.
ENABLE(APPLICATION_CACHE_INTERFACE)
and no doubt sometihng similar for the Local Storage (local SQL DB support)
Enter the new description here, and press "Save" when you are finished.
Added AppCache
Posted by Bundyo (administrator), Jul 13, 11:18, edited by Bundyo (administrator), Jul 13, 11:18
Looks like the build option was incorrectly listed as default - on. Explicitly turning it on fixes that, tested in the Calendar WebKit demo - works fine. Google apps kinda work more snappy now.
Hide user comments