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
I have the same issue when using "autoupdate.js".
To fix it, modify the follow code in "autoupdate.js" file
from loader.download()
to loader.download(function(){})
error logs:
onSingleDownloadProgress is not a function. (In 'onSingleDownloadProgress(new ProgressEvent())', 'onSingleDownloadProgress' is undefined)
cordova:6.2.0
cordova-app-loader: 1.2.0
cordova-plugin-file 4.1.1
cordova-plugin-file-transfer 1.5.0
The text was updated successfully, but these errors were encountered: