Skip to content
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

the upper cause problem #33

Closed
bau720123 opened this issue Oct 21, 2015 · 0 comments
Closed

the upper cause problem #33

bau720123 opened this issue Oct 21, 2015 · 0 comments

Comments

@bau720123
Copy link

hi @dpa99c
I am using your 2.9.6 version from npm + latest cordova
when I use

cordova plugin add uk.co.workingedge.phonegap.plugin.launchnavigator

no problem at all
but when I use

cordova plugin rm uk.co.workingedge.phonegap.plugin.launchnavigator

the cordova log told me that have no this plugin
finally I find in your plugin.xml
https://github.com/dpa99c/phonegap-launch-navigator/blob/master/plugin.xml
you use the upper case "L"aunchnavigator
it will cause when remove this plugin must use

cordova plugin rm uk.co.workingedge.phonegap.plugin.Launchnavigator

so I think it should beter more "Consistency" (maybe all lower case)

@dpa99c dpa99c closed this as completed in 06735a9 Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant