I am creating a hybrid app using cordova version 6.3 . On Android, I would like to the user to select a file from their device. Basically, i want a file chooser to show up and then the user select a file that is store on the android phone.
The current input type="file" does not work. It did work with a different version of SDK(19) and cordova
Can you give me some hint or some some sample code showing how I can implement this feature