You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All A new function for executing Javascript as is window.run_js(code) without returning a result
All New before_load event that is fired right before pywebview code is injected into the page. The event roughly corresponds to DOMContentLoaded DOM event.
AllScreen object now have origin coordinates as screen.x and screen.y
EdgeChromium Add remote debugging support via webview.settings['REMOTE_DEBUGGING_PORT']. Thanks @Lugribossk
🚀 Improvements
All Implement a len method for Event objects to get a number of event subscribers.
All The order of firing of loading events loading, before_load and loaded is standardized across the platforms.
AllWindow objects can now be exposed via JS API
All Make webview.settings key immutable.
GTK'undefined'and 'null' string values are no longer translated to None during JS API serialization.
Cocoa Add support for the download attribute on links. Thanks @maddyaby.
Cocoa Ignore ssl errors for local HTTP server by default
Cocoa Native Color Picker on MacOS is drawn in the wrong place #1568. Thanks @maddyaby