Skip to content

A modified version of C++ webview for Neutralinojs.

License

Notifications You must be signed in to change notification settings

neutralinojs/webview

This branch is 23 commits ahead of, 259 commits behind webview/webview:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b9234a · Nov 27, 2023
Jul 9, 2020
Jan 27, 2021
Jan 24, 2021
Mar 1, 2020
Mar 1, 2020
Aug 20, 2017
Feb 16, 2021
Aug 19, 2017
Nov 27, 2023
Mar 15, 2023
Jul 21, 2020
Mar 1, 2020
Mar 1, 2020
Apr 7, 2020
Nov 27, 2023
Jul 7, 2020
Mar 1, 2020

Repository files navigation

webview

A modified version of webview for Neutralinojs.

Modifications

  • Window event handlers via webview.setEventHandler(windowStateChange);.
  • Allow sending process exit code with the terminate class method.
  • Prevent closing window by default, and let windowStateChange handler close the window explicitly.
  • Automatically start dev tools on Windows (Chromium) if debug == true.
  • Disable dev tools and inspect element context menu item on Windows if debug == false.
  • Extend set_size() method to accept minWidth, minHeight, maxWidth, maxHeight, and resizable.
  • Integrate neutralinojs/tray
  • Apply dark/light themese from system preferences on Windows.
  • Supports custom user agent strings via the extend_user_agent method.

About

A modified version of C++ webview for Neutralinojs.

Resources

License

Stars

Watchers

Forks

Languages

  • C 97.5%
  • Go 1.2%
  • Other 1.3%