I am developing an android application with PhoneJS and Cordova.
I tried to use <input type="file">
but when i hit "choose file" in my phone, the file browser option appear (list of file explorers i.e. Drop box, g Drive, ES file explorer, Office Suit, Photos, Gallery, Sound picker ) but not show the default file explorer ("My File" in android).
How to call (android) default file explorer with web base language i.e. JavaScript, Jquery, etc.