Open andrew-a-hall opened 5 years ago
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,
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,