anko / hudkit

transparent fullscreen on-top click-through WebKit web view, for making cool desktop HUDs
ISC License
104 stars 14 forks source link

"Frame load interrupted" error when loading pages directly from filesystem, with the `file://` protocol #14

Closed anko closed 2 years ago

anko commented 3 years ago

Loading anything with the file:// protocol using webkit2gtk-2.34.0 looks to be borked, which is breaking the runnable example.

Workaround: Start a webserver in the example directory with python -m http.server --bind localhost and load hudkit "http://localhost:8000/page.html" instead.

anko commented 2 years ago

This looks to have been fixed upstream in either webkit2gtk-2.34.1 or webkit2gtk-2.34.2. :clap: