Floating Webview : local files not working

Describe the bug
Hi, I'm trying to open a local HTML file with the Floating Webwiew but it doesn't work.
Externals websites like Google works
HTML field works
Display local pictures with <img src> works

Even the links (in the HTML field) to my local file don't work (but a link to Google works).

Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):
Touch Bar with button

Screenshots

Device information:

  • Type of Mac: MBP 13" 2019
  • macOS version: 10.14.6 (Mojave)
  • BetterTouchTool version: 3.870 (2022)

Thanks for reading, if you have any idea, you're welcome ! :smiley:

to access local files use localfile:// instead of http://

Hi Andreas,

Thanks for support, and bravo for your job !

I forgot to mention I tried both localfile:// and presetfile://; none of them work...

To be more precise, it doesnt work to open my local file or make a link to, BUT it works to display a picture with the IMG tag