Skip to content

Releases: pichillilorenzo/flutter_inappwebview

v5.7.2+1

30 Nov 15:46
Compare
Choose a tag to compare
  • Fixed "Cannot Grant Permission at Android 21" #1447

v6.0.0-beta.18

28 Nov 14:13
Compare
Choose a tag to compare
  • Fixed InAppWebViewSettings automatic infer if initialSettings is null

v6.0.0-beta.17

25 Nov 11:39
Compare
Choose a tag to compare
  • Replaced Uri.encodeFull with Uri.encodeComponent to load html data correctly on Web platform

v6.0.0-beta.16

23 Nov 16:07
Compare
Choose a tag to compare
  • Removed Android Hybrid Composition constraint to use the pull-to-refresh feature
  • Removed Android com.squareup.okhttp3:okhttp dependency

v5.7.2

23 Nov 16:05
Compare
Choose a tag to compare
  • Removed Android Hybrid Composition constraint to use the pull-to-refresh feature

v6.0.0-beta.15

22 Nov 21:42
Compare
Choose a tag to compare
  • Automatically infer useShouldOverrideUrlLoading, useOnLoadResource, useOnDownloadStart, useShouldInterceptAjaxRequest, useShouldInterceptFetchRequest, useShouldInterceptRequest, useOnRenderProcessGone, useOnNavigationResponse settings if their value is null and the corresponding event is implemented by the WebView (InAppWebView and HeadlessInAppWebView, not InAppBrowser) 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

18 Nov 10:04
Compare
Choose a tag to compare
  • Fixed Android NullPointerException on InAppBrowserActivity.dispose

v6.0.0-beta.14

16 Nov 14:31
Compare
Choose a tag to compare
  • Fixed User Script remove methods
  • Fixed macOS available checks for XCode 14.1

v5.7.1+1

16 Nov 15:39
Compare
Choose a tag to compare
  • Fixed User Script remove methods
  • Fixed missing break statement on Android when parsing ChromeCustomTabsOptions.displayMode in Java code

v6.0.0-beta.13

15 Nov 16:10
Compare
Choose a tag to compare
  • Added ContentBlockerActionType.BLOCK_COOKIES and ContentBlockerActionType.IGNORE_PREVIOUS_RULES for iOS and macOS platforms
  • Updated ContentBlockerTrigger.urlFilterIsCaseSensitive for Android
  • Fixed Android ContentBlockerActionType.CSS_DISPLAY_NONE usage