native_webview 0.22.0 native_webview: ^0.22.0 copied to clipboard
A Flutter plugin that provides a WebView widget on Android and iOS.
0.22.0 #
0.16.0 #
0.15.0 #
- Add debuggingEnabled
- Add gestureNavigationEnabled
- Add onWebResourceError
- Fix iOS WebView not opening href with target="_blank"
0.14.0 #
- Fix Sometimes the screen flickers when using WebView #22
- Fix Attempt to read from field 'android.view.WindowManager$LayoutParams android.view.ViewRootImpl.mWindowAttributes' on a null object reference #29
- Fix java.lang.ClassCastException: $Proxy0 cannot be cast to android.view.WindowManagerImpl #32
- Update ThreadedInputConnectionProxyAdapterView
- Add DisplayListenerProxy
- Update InputAwareWebView
0.13.0 #
- Add goBack and goForward for Android
- changed Android min sdk version
- Chrome version >= 74.0.3729.185
0.12.0 #
- Add ContentBlocker
0.11.1 #
- shouldOverrideUrlLoading returns Future
0.11.0 #
- Add ShouldOverrideUrlLoading
0.10.0 #
- Rename to com.hisaichi5518
0.9.0 #
- Prevent screen flickering on iOS devices.
- Set the default text when using window.prompt on iOS.
0.0.2 #
- Update pubspec.yaml
- Add analysis_options.yaml
0.0.1 #
- Initial release.