Stefan Hagen
Stefan Hagen
Hmm. Your debug output looks exactly like mine, except for this line: `[ 32.362772] D [core/common/luaobject]: emit "timeout" on 0x429b2a90 from (0 args, 0 nret)` But I don't think this...
I'm a bit puzzled why many people chose luakit - a keyboard centric browser - for touch screen and kiosk mode setups. Is this a niche where luakit is the...
Thanks for the additional info. It's interesting to learn about those use-cases and also where other browsers have issues in (un)expected ways.
If you want to disable javascript for everything and permanently, you don't need the noscript module. In `:settings`, you can uncheck `webview.enable_javascript` and then javascript won't be evaluated any longer....
Hello, Generally speaking, luakit is based on the GTK webkit2 engine. Issues that are based on how this engine works are unrelated to luakit. It's best to try other webkit...
Ah maybe those sites detect that's you're using an unsupported browser and then fall back to simpler layouts. You can try setting a common user agent in `:settings`. I have...
@groolot can you help here? ^
WebVTT seems to be around for a while already (https://en.wikipedia.org/wiki/WebVTT). Can you show `luakit --version`? (I know you're using version 2.2 but it also shows the webkit version.) Can you...
What is the cc compiler on OSX? Maybe install gcc and try `make CC=gcc` (or llvm and `CC=clang`). You also need an X server on OSX in order to run...
As I don't have a OSX machine currently, I'm adding the "help wanted" tag. Maybe someone with a Mac can describe how it works.