- Added webview scrolling listener
- Added stopLoading() method
- update sdk
- prevent negative webview height in scaffold
- handle type error in getCookies
- Support file upload via WebView on Android
- fix WebviewScaffold crash on iOS
- Scrollbar functionality to Web view
- Add support of HTTP errors
- Add headers when loading url
- fix onStateChanged
- Taking safe areas into account for bottom bars
- iOS
- withLocalUrl option for iOS > 9.0
- Android
- add reload, goBack and foForward function
- iOS use WKWebView instead of UIWebView
- support localstorage for ANDROID
- support zoom in webview
- support bottomNavigationBar and persistentFooterButtons on webview scaffold
- support back button navigation for Android
- if cannot go back, it will trigger onDestroy
- support preview dart2
- fix Android close webview
-
iOS && Android:
- get cookies
- eval javascript
- user agent setting
- state change event
- embed in rectangle or fullscreen if null
- hidden webview
-
Android
- adding Activity in manifest is not needed anymore
-
Add
WebviewScaffold
- Android: remove the need to use FlutterActivity as base activity
- IOS implementation
- Update to last version of Flutter
- Documentation
- Initial version for Android