-
Notifications
You must be signed in to change notification settings - Fork 236
Description
Hi All, I am raising this issue, because it's very fatal and vital for any App Developer.
Problem is Following. When there is bigger file to download from server, we have a NEED , or I would say a Requirement to show the progress of download to the user for usability purposes. We have tries to find a solution by touching and getting the size of dinamic file
filename.extention.rhodownload
But the problem is on Rhosimulator is working, but on iOS happens following. what was obtained first time with Network.FileSize on next call stays, so somehow the same value stays. That's the problem that we cannot use this approach. It's a NEED to have a small callback or a call where from we can get the actual status of the download.
Can we put this in your timeline?