I don't see any recent discussions about this, so I thought I'd bring it up again.
I was playing around in the Experimental Browser on my PW3, and found I was able to open HTML files on the local folders.
I was not able to follow relative links in the file, but absolute links did work
If there have been any recent discussions about this, feel free to point me at them, otherwise I can provide some more information about some interesting things I was able to do with this.
I was playing around in the Experimental Browser on my PW3, and found I was able to open HTML files on the local folders.
I was not able to follow relative links in the file, but absolute links did work
Code:
<a href="#Chapter21">Doesn't work</a>
Code:
<a href="/mnt/us/LesMiserables.html">Does work</a>