storesafe / cordova-sqlite-evcore-extbuild-free

Cordova sqlite plugin with Android performance enhancements for PhoneGap Build, GPL v3 or commercial license options
Other
24 stars 13 forks source link

Cannot get it to work with Phonegap #29

Closed Benoit1980 closed 6 years ago

Benoit1980 commented 6 years ago

Hello,

I have installed phonegap, ran the command via the CLI: npm i cordova-sqlite-evcore-extbuild-free --save

The plugin installed itself in node_modules/cordova-sqlite-evcore-extbuild-free/

I have added the below code to my config.xml

But nothing happens when I write a query, did I miss something? It is the first time I use a non "CORE" plugin with Phonegap.

Thank you.

brodycj commented 6 years ago

If you use Cordova CLI or PhoneGap CLI you have to use cordova plugin add or phonegap plugin add to add a plugin.

In case of trouble I suggest you try a simpler plugin such as cordova-plugin-dialogs before you try this one.

brodycj commented 6 years ago

Closing due to lack of information. It is recommended to follow the instructions given for Cordova CLI or PhoneGap CLI and to try a simpler plugin first in case of issues.

In case this is still an issue please give some more information here or in a new issue in Cordova-sqlite-help.