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
in our Xamarin.Android app we use ModernHttpClient and now we want to show upload progress.
If we set progress delegate (RegisterForProgress) it's invoked only once at the end of request with all values (bytes, totalBytes, totalBytesExpected) set to 0.
Can you help me, where should be the problem?
Should be the problem that POSTed data is StringContent with JSON?
PS: iOS will be next.
Thanks, David
The text was updated successfully, but these errors were encountered:
Hi,
in our Xamarin.Android app we use ModernHttpClient and now we want to show upload progress.
If we set progress delegate (RegisterForProgress) it's invoked only once at the end of request with all values (bytes, totalBytes, totalBytesExpected) set to 0.
Can you help me, where should be the problem?
Should be the problem that POSTed data is StringContent with JSON?
PS: iOS will be next.
Thanks, David
The text was updated successfully, but these errors were encountered: