branchseer / DeskGap

A cross-platform desktop app framework based on Node.js and the system webview
https://deskgap.com/
MIT License
1.83k stars 73 forks source link

Linux support #10

Closed branchseer closed 5 years ago

branchseer commented 5 years ago

Related branch: gtkwebkit.

Since Linux doesn't have a "system webview", we need to choose one among existing webview libraries to dynamically link to. The obvious choices are webkit2gtk and QtWebEngine. (The predecessors of them, webkitgtk and QtWebKit, are both deprecated)

I preferred QtWebEngine but chose webkit2gtk in the end. Here are the reasons: