since several days, I try to find the reason, why my App cannot open camera roll on android.
I have written down an App, which shows via StageWebView PHP generated remote sites. Everything is cool so far. But if I try to upload a file via form, the camera roll doesnt open at Android. On iOS it works perfectly!
The form in my php looks like this:
<form action="" method="post" enctype="multipart/form-data">
<input name="file" type="file" />
<input name="submit" type="submit" value="submit />
</form>
On iOS: The touch at "Select file" opens camera roll to select an image.
On Android: Nothing happens...
BTW: I tested the WebView component @ Android SDK, the same issue. Anyone any idea?
PS: I found the solution for Android SDK at Android WebView File Upload
But still missing the solution for Adobe Air StageWebView....