Hello:
I'm having difficulties trying to upload images from Android using BrowserComponent on an image upload page. At first I looked for bugs in my html image upload page, to no avail, so I switched to several other image upload pages on the web and all of them fail.
You can try using
http://imgbb.com for example. Clicking on the big blue "upload image" button doesn't do anything (in the CodenameOne BrowserComponent, on Android). Using the same page in mobile chrome works as intended.
I tried adding android.permission.CAMERA to conenameone.settings but it doesn't make a difference.
I also tried to force the "request access to camera" permission by adding a camera capture Form in my app, and launching that Form before the BrowserComponent one. In this case, the camera capture using the Capture Form works ok, but doesn't make any difference on any later BrowserComponent behaviour.
Any advice?