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

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

@stripathix

Description

@stripathix

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions