Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught module cordova-plugin-app-update.AppUpdate not found #123

Open
andrew-a-hall opened this issue Feb 21, 2019 · 0 comments
Open

Uncaught module cordova-plugin-app-update.AppUpdate not found #123

andrew-a-hall opened this issue Feb 21, 2019 · 0 comments

Comments

@andrew-a-hall
Copy link

I have an issue with this plugin giving me the above error.

I've instantiated the plugin using:

var appUpdate = cordova.require('cordova-plugin-app-update.AppUpdate');

appUpdate.checkAppUpdate(onSuccess, onFail, updateUrl, {
'skipPromptDialog' : true,
'skipProgressDialog' : false
});

..and it works fine. However when using the app any screen that traps for 'onKeyUp' events for form submits, the app crashes with 'Uncaught module cordova-plugin-app-update.AppUpdate not found'.

Any ideas as to why this would be occurring?

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant