- Fixes rect capture issue. Ensures WebView remains in the correct place on screen even when keyboard appears.
- Fixed iOS crash issue with Flutter
>= 0.10.2
. - Added new
clearCookies
feature. - Added support for
hidden
andinitialChild
feature to show page loading view. - Added supportMultipleWindows: enables Multiple Window Support on Android.
- Added appCacheEnabled: enables Application Caches API on Android.
- Added allowFileURLs: allows
file://
local file URLs. - iOS Now supports:
reload
,goBack
, andgoForward
. - iOS Bug fix
didFailNavigation
#77 - Updated Android
compileSdkVersion
to27
matching offical Flutter plugins. - Fixed Android
reloadUrl
so settings are not cleared. - Enabled compatible
Mixed Content Mode
on Android.
- 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