Releases: pichillilorenzo/flutter_inappwebview
Releases · pichillilorenzo/flutter_inappwebview
v5.7.2+1
v6.0.0-beta.18
- Fixed
InAppWebViewSettings
automatic infer ifinitialSettings
isnull
v6.0.0-beta.17
- Replaced
Uri.encodeFull
withUri.encodeComponent
to load html data correctly on Web platform
v6.0.0-beta.16
- Removed Android Hybrid Composition constraint to use the pull-to-refresh feature
- Removed Android
com.squareup.okhttp3:okhttp
dependency
v5.7.2
- Removed Android Hybrid Composition constraint to use the pull-to-refresh feature
v6.0.0-beta.15
- Automatically infer
useShouldOverrideUrlLoading
,useOnLoadResource
,useOnDownloadStart
,useShouldInterceptAjaxRequest
,useShouldInterceptFetchRequest
,useShouldInterceptRequest
,useOnRenderProcessGone
,useOnNavigationResponse
settings if their value isnull
and the corresponding event is implemented by the WebView (InAppWebView
andHeadlessInAppWebView
, notInAppBrowser
) before it's native initialization
BREAKING CHANGES
- All
PrintJobSettings
properties are optionals - All
PullToRefreshSettings
properties are optionals - All
WebAuthenticationSessionSettings
properties are optionals
v5.7.1+2
- Fixed Android
NullPointerException
onInAppBrowserActivity.dispose
v6.0.0-beta.14
- Fixed User Script remove methods
- Fixed macOS available checks for XCode 14.1
v5.7.1+1
- Fixed User Script remove methods
- Fixed missing
break
statement on Android when parsingChromeCustomTabsOptions.displayMode
in Java code
v6.0.0-beta.13
- Added
ContentBlockerActionType.BLOCK_COOKIES
andContentBlockerActionType.IGNORE_PREVIOUS_RULES
for iOS and macOS platforms - Updated
ContentBlockerTrigger.urlFilterIsCaseSensitive
for Android - Fixed Android
ContentBlockerActionType.CSS_DISPLAY_NONE
usage