ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module com.ionic.keyboard.keyboard does not exist.

opened this issue · comments

When I try to run this plugin on Android version 4.0.4 I get the following error:

Module com.ionic.keyboard.keyboard does not exist.
at addEntry line 1416, column 15 (file:///android_asset/www/cordova.js:1416)
at Object.exports.clobbers line 1426, column 5 (file:///android_asset/www/cordova.js:1426)
at onScriptLoadingComplete line 1709, column 30 (file:///android_asset/www/cordova.js:1709)
at HTMLScriptElement.scriptLoadedCallback line 1742, column 13 (file:///android_asset/www/cordova.js:1742)

I've got Raygun.io pointed at our app that's running in the wild and this error only seems to come up with this one version of Android. Does the plugin officially support 4.0.4?

Hmm strange, we don't really have an official stance on supported devices, so if there's anything I can do to get it working I'm happy to add it.

I'll be honest though, this sounds more like a Cordova bug, considering it works fine with other versions. Are there any other plugins you're using that fail or is it just the keyboard? If it's just the keyboard, are there any differences between the plugin.xml files of the other plugins and the keyboard?