-
Notifications
You must be signed in to change notification settings - Fork 337
How to call onProgress function #652
Comments
If you are using the latest because they use cordova-plugin-advanced-http plugin, the progress call will not be triggered as that plugin does not have a progress report. I switched it to use cordova-plugin-sslsupport |
I'm getting the same problem with v1.13.1 |
|
can you show some relevant example/ refer any guide |
You can try v1.12.0, I downgrade to this version, the downloadProgress callback function working well. Good luck for you. https://www.npmjs.com/package/cordova-plugin-code-push/v/1.12.0 |
Hi, sorry for my...quite late response, but to use the other plugin 2 changes are needed. One in httpRequester.js and the other in remotePackage.js. |
Description
Reproduction
Additional Information
more on topic
codepush.js
file and linked it belowindex.html
workscodepush.js
file. and exporting that.codePush.notifyApplicationReady();
call atdeviceReady
downloadProgress
do not execute even do notlogs
appreciate any guidance/article/resources
The text was updated successfully, but these errors were encountered: