currently we have a html page, contains misc fields + an
<input id="test_file" type="file" accept="image/*">
The android users when browsing via any browser can select a file (id=test_file), when we post the link on a facebook post and then click it, opens facebook internal browser, when click the button (id=test_file) nothing happens!
Any solution for this?
references