Add Native SQL Database support since after iOS 5.01 update SQLite is no longer
persistent
--------------------------------------------------------------------------------------------
Key: CB-365
URL: https://issues.apache.org/jira/browse/CB-365
Project: Apache Callback
Issue Type: New Feature
Components: iOS
Environment: iOS 5.01+
PhoneGap (Any version)
Xcode 4
Build.PhoneGap
Reporter: Edgar Canas
Assignee: Shazron Abdullah
Priority: Critical
WebKit SQLite is now stored in Library/Caches folder (instead of Library/WebKit
folder). Refer to Issue: https://issues.apache.org/jira/browse/CB-330 for a
more detail explanation, currently this is being addressed by doing a
backup/restore.
We need the ability to have a built in Native SQLite support since lots of
developers use this function. This would address two issues, first that Apple
changes future functionality of it also from my understanding it's no longer
part of the HTML5 standard, although support does not look like it's going to
be removed anytime soon from webkit, developers concerned about this would know
that native support is part of Phonegap.
Refer to SQLLite plugin: https://github.com/davibe/Phonegap-SQLitePlugin
It's not a 100% and is missing a few things to make it 100% compatible and take
over the built in WebKit sql functions.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira