Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 583 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 583 Bytes

linux_webview_window

A fork of desktop_webview_window

What's new about the fork

  • Add onJavascriptWebMessageReceived implements on Linux.
  • Disable 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