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
..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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: