Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 630 Bytes

File metadata and controls

20 lines (11 loc) · 630 Bytes

linux_webview_window

A fork of desktop_webview_window

What's new about the fork

  • Add onJavascriptWebMessageReceived implements on Linux.
  • Add native UserScript implements on Linux
  • Optional GTK window, so we get a headless webview.
  • Remove Windows/MacOS implements, so that we can use more mature webview plugins on Windows/MacOS without redundant binaries.

Why not retain the fork relationship?

Because the original repository uses a monorepo management model.

How to use it

See desktop_webview_window