Releases: webview/webview_java
Releases · webview/webview_java
1.3.0
- Added the
debug
parameter to the Webview constructor.
- M1 macs are now supported :^)
1.2.0
- Added
Webview#getNativeWindowPointer()
1.1.0
- You can now dispatch from the UI thread by using
Webview#dispatch(Runnable)
.
1.0.1
- Fixed an issue with library loading.
- Added a default window size, macOS wouldn't show the window without it.