Rareloop / cordova-plugin-app-version

Access the native app version in JavaScript
MIT License
22 stars 40 forks source link

This plugin has issues with removal #5

Open mpayne-sds opened 7 years ago

mpayne-sds commented 7 years ago

I tried using this plugin and found it to be a little twitchy - after I removed it from the project via cordova plugin remove the config settings remained throughout the project. I thought it was a removal glitch - but now every time I add a plugin it's config options are reinjected into the xml conf files resulting in this error in phonegap:

Uncaught Error: Module cordova-plugin-appversion.RareloopAppVersion does not exist.(…)

Any ideas?