Hello,
I am developing a web application for capturing some information from users. This include uploading of photos. The project works perfect in Google chrome or IE. I am embedding URL in a WebViewer to make this work as an Android app. In my app when I click upload button, the file dialog box doesn't appear. If I give the URL in google chrome browser in the Android phone the File diaog box opens.
The HTML code used is <input type="file" accept=image/* > </input>
Can any one help me to solve this?
Regards
Ananth