You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
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);
}
The text was updated successfully, but these errors were encountered: