A modified version of webview for Neutralinojs.
- Window event handlers via
webview.setEventHandler(windowStateChange);. - Allow sending process exit code with the
terminateclass method. - Prevent closing window by default, and let
windowStateChangehandler 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 acceptminWidth,minHeight,maxWidth,maxHeight, andresizable. - Integrate neutralinojs/tray
- Apply dark/light themese from system preferences on Windows.
- Supports custom user agent strings via the
extend_user_agentmethod.