ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
192 stars 177 forks source link

It might be right to warn when the old plugin is installed alongside this one #97

Closed Hissvard closed 5 years ago

Hissvard commented 5 years ago

I recently had an issue caused by the fact that I removed the the now deprecated ionic-plugin-keyboard and installed this one instead. Pulling from another machine, the older plugin somehow got readded alongside this one by phonegap - causing stuff to stop working in mysterious ways: I could access window.Keyboard and call functions but they were simply discarded as "INVALID".

It might save people some confusion if we could detect the older plugin being installed alongside this one and warn the developer, unless there's a reason I'm forgetting for people to want to install both.

jcesarmobile commented 5 years ago

I've fixed the conflicts when the two plugins were installed, but won't warn if both are installed.