Here I have learned that it is possible with JavaScript in HTML to create files offline and save them on the hard disk.
But what about reading files? Can JavaScript access, say one of my .txt files on my self phone and display the read data (or at least place it in the local storage)?
I know that it is possible with PHP, but there is no PHP on my cellphone, while HTML is always there.