5

We build a HTML5/Web based app using appcache manifest and websql offline database for use on mobile devices.

On iOS, until < 7, I would go to the settings app, look for Safari, and there delete cookies and data and this would clear data not only for the Safari Browser but also for all HTML Homescreen apps.

With iOS 7, this does not seem to clean everything. At least, the offline database seems to remain. I noticed this when we added another table to the code and in order to use it I wanted to start fresh on the device.

have not found anything about this, habe been reading http://www.mobilexweb.com/blog/safari-ios7-html5-problems-apis-review

So, the big question: how to clear settings, storage, cache for homescreen apps in iOS 7?

thanks

4

1 回答 1

0

好吧,这没有多大帮助,但是您可以“删除”正在使用的表,显然这是手动完成的,而且很丑陋,但是由于您无法删除数据库,因此最好的选择是删除表格。

于 2013-12-27T00:54:51.753 回答