Search found 5 matches
- Wed Dec 20, 2017 2:59 pm
- Forum: Raspberry Pi OS
- Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
- Replies: 1593
- Views: 801563
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
gkriedl, I remember that in the Makefiles for some older versions of kweb, there was a commented out target that used webkit2. Do you happen to have that source around, even if it didn't work? I'm interested in running kweb on a system other than Raspbian where a much newer verion of webkitgtk seems...
- Fri Mar 17, 2017 8:25 am
- Forum: Raspberry Pi OS
- Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
- Replies: 1593
- Views: 801563
Re: Kweb Suite (Minimal Kiosk Browser)
Is there a bug report about this somewhere? Or do you know which patch/where in the code things are going wrong?gkreidl wrote:Thanks for the hint.
It's not a general webkit bug, but a bug in the many patches to the webkit3 engine for the special RPi version (HW acceleration, Javascript JIT compiler).
- Fri Mar 17, 2017 3:23 am
- Forum: Raspberry Pi OS
- Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
- Replies: 1593
- Views: 801563
Re: Kweb Suite (Minimal Kiosk Browser)
I ran into a problem with CSS animations (which Asampaiz probably also found about a year ago here: https://www.raspberrypi.org/forums/viewtopic.php?p=914708#p914708). Basically, kweb will play animations but kweb3 and epiphany won't (and Chromium will). It was presumed to be a webkit bug. In the sl...
- Tue Jan 31, 2017 12:34 am
- Forum: Raspberry Pi OS
- Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
- Replies: 1593
- Views: 801563
Re: Minimal Kiosk Browser
The source package of 1.7.7 will be published in the next few days (always a little bit delayed :-) ). And no, I don't use a a public source repository and don't want one. But the source will always be available as a separate download. Thanks for the quick response (and for making kweb in the first...
- Mon Jan 30, 2017 6:03 pm
- Forum: Raspberry Pi OS
- Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
- Replies: 1593
- Views: 801563
Re: Minimal Kiosk Browser
Hello, I need to troubleshoot a problem using Raspberry + Kweb3 + my application and to do so i need access to the javascript console (output) .. It is possible using kweb ? Att Kweb doesn't include such development tools. But you could use any webkit based browser which supports it for testing. I ...