nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

doc clarify on wkwebview websql usage #63

Closed mzealey closed 6 years ago

mzealey commented 6 years ago

Just to clarify, WebSQL was not available in WkWebView on IOS9 and early betas of IOS10, but is avaliable in all current versions of IOS10/11 and works well. In fact, an alternative to using this plugin on ios may be to use my slightly hacked version of the ionic wkwebview code (https://github.com/mzealey/cordova-plugin-ionic-webview) which just implements wkwebview on ios10 and higher. This works fine for a WebSQL-heavy project with many users that I develop.

nolanlawson commented 6 years ago

Thanks for clarifying, I wasn't aware of this. I'll update the readme!