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. <plugin name="ionic-plugin-keyboard" spec="2.2.1"/> if (window.cordova && window.cordova.plugins && window.cordova.plugins.Keyboard) { $cordovaKeyboard.disableScroll(true); $cordovaKeyboard.hideKeyboardAccessoryBar(false); }
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);
}