NativeScript / nativescript-background-http

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

Not reacting to simulator network type #260

Open vytautas-pranskunas- opened 4 years ago

vytautas-pranskunas- commented 4 years ago

I want to do loading indicator for file upload. However either i have to use very large files either look for some ways to slow nodejs server because looks like nativescript-background-http is not reacting on change of Network type in android simulator. Even if i select 'GSM' it keeps uploading files with same speed.

image