webview_windows 0.0.9
webview_windows: ^0.0.9 copied to clipboard
A WebView2-powered webview implementation for the Windows platform.
0.0.9 #
- Fix resizing issues
- Add preliminary GpuSurfaceTexture support
0.0.8 #
- Don't rely on AVX2 support
- Add history controls
- Add suspend/resume support
- Add support for disabling cache, clearing cookies etc.
0.0.7 #
- Add support for handling permission requests
- Allow setting the background color
- Automatically download nuget
0.0.6 #
- Fix mousewheel event handling
- Make text selection work
- Add method for setting the user agent
- Add support for JavaScript injection
- Add support for JSON message passing between Dart and JS
- Fix WebView disposal
0.0.5 #
- Fix input field focus issue
0.0.4 #
- Minor cleanup
0.0.3 #
- Add support for additional cursor types
0.0.2 #
- Add support for loading string content
0.0.1 #
- Initial release