Android-SmartWebView
Android-SmartWebView copied to clipboard
Upload Camera File - 0 Bytes
first, thank you very much for your work. I have a problem in which it consists of uploading images with the camera. taking a picture with the camera and upload. it shows: name, ext, but with size of "0" bytes and it keeps a corrupt image. :(
The method of file browser works perfectly! :)
Real Cell phones used for test:
- Samsung S5 (not working upload camera and file browser working)
- Samsung S6 (not working upload camera and file browser working)
- Samsung S7 (not working upload camera and file browser working)
- LG K410G Android 5.0.2 (working camera and file browser)
With emulador: Emulador Android Native: Upload from camera and file archive it works perfectly. Is it just a problem with the samsungs?
PD: Sorry for me english, translation by google.

Sorry for responding late.
I'm really not able to understand why it's happening now. I came across the very same issue earlier but it's fixed and working now on almost all devices I've tested it on.
Anyway, don't worry, I'll try the same on samsung device.
This library uses a lot of the code that is out on the internet. Seems there is a bugfix for s9 - where if you change the temp file from a jpg suffix to png the image should work.
This library uses a lot of the code that is out on the internet.
which library?
Seems there is a bugfix for s9 - where if you change the temp file from a jpg suffix to png the image should work.
have you tested this solution yourself?