QtWebEngine crashes on select & drag on RPi (Qt 5.8)
Unsolved
QtWebEngine
-
Hi guys,
I'm trying to make the Qt WebEngine work on Raspberry Pi 2. Problem is WebEngine crashes the moment it requests any additional window as RPi doesn't natively support multiple windows. I can disable the context window on right click (there's a signal for that), but if you select some text and start dragging it (it's quite possible to do it by mistake), the engine crashes.
Any ideas how to override it? Thanks