-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window.sqlitePlugin not defined #101
Comments
Anyone who has used this plugin with cordova ios >6.0 version? |
A minimal, reproducible example would be really helpful. |
Thanks for the response Chris. I will try to reproduce the issue in a hello world example with just this plugin in a day or 2. But to gives more information on this, the things are working fine till cordova ios version 5.11 in cordova ios 6, while trying to open the database, it is giving me window.sqllitePlugin not defined in the below code window.sqlitePlugin.OpenDatabase(DBNAME,PWD,Location) |
I created a new helloWorld project and the plugins work fine in it. I am not sure, what mistake i am doing with my main app post upgrading from cordova 5.x version that it stopped working. |
Post upgrading to cordova ios 6.1.0, the plugin is not working.
Getting error for window.sqlitePlugin not defined. this is happening when trying to open database.
Plugin working perfectly fine with cordova ios 5.1.1 version
The text was updated successfully, but these errors were encountered: