I work with WebView which blocks all popups and dialog.
I want to choose files from local disk but
<input type="file">
cant open dialog.
So I'd like to create html fragment which reads local directory and shows it content.
As I can see from JS File Api, File objects are generally retrieved from a FileList object returned as a result of a user selecting files using the .
Is any solution for this problem?