Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.6.1
-
iOS 5.01
PhoneGap (Any version)
Build.PhoneGap
Description
Hello
After I update my phonegap app containing values and dates in both localStorage and SQLite database on iOS 5.1
-> Call to window.openDatabase fails with "SECURITY_ERR: DOM Exception 18"
-> Call to localStorage.setItem fails silently
How to Reproduce:
In a UIWebView, create a new DB or use localStorage from phonegap API
Overwrite / update your app and open the same database or write to localStorage
Expected Results:
We should see the data from the database and localStorage.
Actual Results:
Call to window.openDatabase fails with "SECURITY_ERR: DOM Exception 18"
Call to localStorage.setItem fails silently
References:
https://groups.google.com/forum/#!topic/phonegap/egzXNrBRIbk/discussion
https://groups.google.com/forum/#!topic/phonegap/jS2IVZcg8HI/discussion
https://issues.apache.org/jira/browse/CB-330
Attachments
Attachments
Issue Links
- is related to
-
CB-330 localStorage / SQLDatabase no longer persistent after iOS 5.01 Update
- Closed