This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Description
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);
}