-
Notifications
You must be signed in to change notification settings - Fork 55
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
Does not work on device Samsung GT-P5110 android 4.1 #18
Comments
Any news about this problem ? Are you able to make the demo application work on an,y android platform ? |
I am actually waiting to deliver my app (totally ready) on android platforms just for this issue. Can you confirm it exists with your tests as well ? |
Before I always test with Android emulator and it works. Now I will try test on real android device. Pls understand, I m busy as well. |
Yes i totally understand, sorry for being insistent... 2016-03-23 4:42 GMT+01:00 Sayen Xinyu Zhang [email protected]:
Max UNGER |
I do find one bug on the java http library in 4.1 android. See here: http://stackoverflow.com/questions/18502467/phonegap-cordova-filetransfer-error-3-android. It won't happen for 5.x android indeed. The solution is cordova plugin add https://github.com/MobileChromeApps/cordova-plugin-okhttp.git use another http library. I am not sure this causes your problem but give it a shot. |
Sorry the above one seems not the root cause. Anyway the cordovaFileTransfer has some problem in old android. Now I add this logic
|
Thank you BenBBear for your efforts, |
Can it be linked to this problem ? |
I've juste tested all version from 0.4 to 0.7 : the demo works on ios but never on android
Any idea ?
The text was updated successfully, but these errors were encountered: