tryphotino / photino.Native

https://tryphotino.io
Apache License 2.0
142 stars 50 forks source link

WebKit? #15

Closed ChristianWeyer closed 3 years ago

ChristianWeyer commented 3 years ago

Hi there :-)

Pleased to see this effort, thank you for that!

A quick question, as I stumbled over it in the docs: "Photino uses the OSs built-in WebKit-based browser control for Windows, macOS and Linux"

Which WebKit-based OS browsers do we have in Windows and Linux?

Cheers! -Christian

MikeYeager commented 3 years ago

Hi Christian! macOS uses Safari’s WKWebView and on Linux it uses WebKitGTK+ 2 (which is installed on many configurations).

ChristianWeyer commented 3 years ago

Yes, exactly. But not on Windows ;-)

MikeYeager commented 3 years ago

I see what you're saying :-) I thought that had been corrected. It should be updated to say "Photino uses the OSs built-in Chromium or WebKit-based browser control for Windows, macOS and Linux". I will try to find where we missed that.