Is it possible to do a combination of a check
and a engine-switch
on Windows for wx.html2
in wxPython 2.9.4.0
(development version)?
What I want to achieve is; to let the wx.html2
library use WebKit on Windows if Safari, Chrome or Opera (WebKit/Blink) is installed.
Does anyone have any experience with this and maybe how to achieve it? I also wonder where wx.html2
looks for the engine on each OS and how it asks to render it.
I tried using wx.webkit
. But there are so many issues like; lack of documentation and the implementation of the object seems to break on different operating systems.