NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
102 stars 50 forks source link

MultipartUpload doesn't work with Samsung sm-g950u #135

Closed michael-vasyliv closed 6 years ago

michael-vasyliv commented 6 years ago

Make sure to check the existing issues in this repository

I not sure but it might relate to https://github.com/NativeScript/nativescript-background-http/issues/124

If the demo apps cannot help and there is no issue for your problem, tell us about it

Cant upload an image with "MultipartUpload" only on Samsung sm-g950u (the back-end doesnt take any request from the front-end side)

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Is there any code involved?

private getSubscription = (task: Task): Observable < ImageModel > => { const subject = new Subject < ImageModel > (); if (task != null) { /**

michael-vasyliv commented 6 years ago

the bug is gone after an update the version of the library.