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.
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 withpython -m http.server --bind localhost
and loadhudkit "http://localhost:8000/page.html"
instead.