Open PRA1995SAG opened 4 years ago
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
downloadProgress
works on plain cordova
project šÆ cordova
project which i've created using framework7 cli
bundles
UI using webpack
(where is something going wrong)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
can you show some relevant example/ refer any guide
I'm getting the same problem with v1.13.1
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
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
can you show some relevant example/ refer any guide
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. I am giving you 2 screenshots that show the changes via a diff tool to help with making it easier to understand.
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
can you show some relevant example/ refer any guide
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. I am giving you 2 screenshots that show the changes via a diff tool to help with making it easier to understand.
šš¼
Description
Reproduction
Additional Information
more on topic
appreciate any guidance/article/resources