Off topic html and Android 10

I'll stop this for the moment.
I have installed the mini server and works fine.
I hope it will return some day to a "normal" situation.

Again, Thanks for your time.
(trying to solve VerticalScrollHandler issue for the moment)

Seems you are able to set storage/files permission in Android 10 but not Android 11. You may need to use the CustomWebView extension and set File Access to true to get this working...

Ok.
For th moment, I realize I have two different problems:

  • Find the right path to avoid "File not found"
  • Have the permission to read it

I'm using the File component, but for the same path, WebViewer says "permission denied" and the File component says "file not found"!
So I must make this clear before.

Ok, WebViewer works with:
/storage/3335-3361/Download/index.html
And internal links (href) also works!

I need a "Back" button now.
Maybe I record successives links in a tiny DB and get them when "back" is clicked..