Skip to content
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

Upload progress - NativeMessageHandler.RegisterForProgress #82

Open
davidtabor90 opened this issue Jul 7, 2022 · 0 comments
Open

Upload progress - NativeMessageHandler.RegisterForProgress #82

davidtabor90 opened this issue Jul 7, 2022 · 0 comments

Comments

@davidtabor90
Copy link

davidtabor90 commented Jul 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant