-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading event for use in progress bar #62
Comments
|
Thanks for the post! I'm sending this along as a feature request. As a workaround though, you can implement progress for downloads manually as shown here: |
|
I am soooooooooooo much grateful. Thanks for you extreme quick response. I got your message. |
|
Working perfectly..... |
|
hi. |
|
Thanks for pointing that out! That's just a basic example without any real error handling. If you use that when writing your app, make sure you connect it to your actual app logic and add whatever error handling is necessary. |
|
Thanks. Was able to resolve it by adding a condition inside the while loop to check for internet connection and access. |
|
async void RunDownload() |
|
Thanks a lot. You really saved my struggle to a week now. Thanks onces again |
Please can u kindly including event for downloading status. I will like to using it for download progress. I will also like to get a constant byte downloaded event. Thanks
The text was updated successfully, but these errors were encountered: