- Add backward compatibility with webkit2gtk-4.0 on Linux
- fix macOS webview window size not working.
- fix memory leak on macOS after close webview window.
- Show and Hide Webview window by @Iri-Hor in #268
- add Windows attentions to readme.
- fix linux close sub window cause app exited.
- fix linux webview title bar expanded unexpected.
- More control over webview position and size under windows. #206 by Lukas Heinze
- fix zone mismatch #250 by CD
- fix linux webkit2gtk deprecated error #246 by Zhiqiang Zhang
- BREAK CHANGE: bump linux webkit2gtk version to 4.1
- fix WebView render area wrong offset on Windows.
- add
close
method for WebView. - add
onUrlRequest
event for WebView.
- support custom userDataFolder on Windows.
- fix open web view failed cause crash on Windows.
Remove windows addition import requirements.
fix TitleBar reload do not work.
fix window title not show on macOS
support custom titlebar.
NOTE: contains break change. more details see readme.
- support
isWebviewAvailable
check. - fix
clearAll
crash on Linux if no webview created.
fix swift definition conflict on macOS. flutter-plugins#17
add setApplicationNameForUserAgent
for append application name to webview user agent.
- implement
addScriptToExecuteOnDocumentCreated
on macOS. - add hot key
command + w
to close window.
fix linux build
- rename project to desktop_webview_window
- add Windows, Linux, macOS support.