- fixed android build
- add mediaPlaybackRequiresUserGesture parameter
- Add ignore ssl error parameter
- Fixed error methods on iOS
- Fixed error methods on iOS
- fixed build
- fixed ios clean cookies
- 4 Make plugin work in headless mode when extending FlutterApplication
- added canGoBack and canGoForward methods
- Fix iOS local URL support (fixes #114)
- bugfix: Added google() repository to allprojects to satisfy androidx build rules
- fixed min sdk for android
- Added reloading url with headers
- Added support for reloading url with headers
- Allow web contents debugging in Chrome
- Android: allow geolocation and file chooser simultaneously
- Add min sdk requirement and descriptions
- fix bug android webview httperror exception
- Exposes displayZoomControls, withOverviewMode and useWideViewPort settings for Android WebView
- Ability to choose from camera or gallery when using
- Support for webview’s estimated loading progress #255
- Fix back button handler to be compatible with the WillPopScope widget
- WebView always hidden on iOS
- BREAKING CHANGE - AndroidX support
- enable Javascript in iOS, support abort loading specific URLs
- add resizeToAvoidBottomInset to WebviewScaffold; #301
- Add support for geolocation Android
- fix No269: Can't load target="_blank" links on iOS
- fix: reloadUrl will not return Future
- Fix height of keyboard
- Fix Hide/Show WebView
- hotfix widget back to initialChild after webview is tapped on Android
- 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