Open ajl236 opened 8 years ago
i'll move this to SO, probably my config needs fixing
sorry, this is still happening the .js plugin files are not being included with builds as they are with cordova-plugin-websql
seems https://registry.npmjs.org/cordova-plugin-websql-aysnc returns {}
This is still the case. To install, it seems like we have to install using the git url, not npm.
we are using Adobe Phonegap Build for a
CLI 5.1.1
project, we reference the async web sql plugin in theconfig.xml
file as follows;<plugin name="cordova-plugin-websql-async" source="npm"></plugin>
however the app fails on Windows Phone 8.1 becauseopenDatabase
is not defined.please advise if I am missing references or doing something wrong ?