ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
611 stars 278 forks source link

ionic-plugin-keyboard TypeError undefined is not an object (evaluating 'cordova.plugins.Keyboard') #310

Open stripathix opened 6 years ago

stripathix commented 6 years ago

This happened while the app was loading.

Already have a check to use cordova.plugins.Keyboard only if the object is available. Looks like the error is occurring inside plugin itself.

if (window.cordova && window.cordova.plugins && window.cordova.plugins.Keyboard) { $cordovaKeyboard.disableScroll(true); $cordovaKeyboard.hideKeyboardAccessoryBar(false); }