Skip to content

Releases: pichillilorenzo/flutter_inappwebview

v5.5.0+1

14 Oct 00:00
Compare
Choose a tag to compare
  • Fixed README

v5.5.0

13 Oct 23:04
Compare
Choose a tag to compare

5.5.0

  • Added Android direct camera capture feature
  • Fixed missing PullToRefreshController.isRefreshing iOS implementation
  • Fixed Android PullToRefreshController.setEnabled at runtime
  • Fixed iOS findNext
  • Fixed Android RendererPriorityPolicy.waivedWhenNotVisible type 'Null' is not a subtype of type 'bool'
  • Fixed iOS 14.0 crash when calling callAsyncJavaScript method
  • Merged "Android fix leaking MethodChannel through anonymous class" #1201 (thanks to emakar)
  • Merged "Fix RangeError: Maximum call stack size exceeded" #1208 (thanks to liasica)
  • Merged "fix: try to open with Chrome if default browser app does not support custom tabs" #1233 (thanks to addie9000)
  • Merged "fix: Prevent Android java.lang.NullPointerException in InAppWebViewCl…" #1237 (thanks to kamilpowalowski)
  • Merged "Android - Load client certificate from local storage" #1241 (thanks to akioyamamoto1977)
  • Merged "fix Theme_AppCompat_Dialog_Alert not found" #1262 (thanks to mohenaxiba)
  • Merged "Allow a cookie without a domain to be set on Android" #1295 (thanks to bagedevimo)
  • Merged "Catch and ignore utf8 format exception in getFavicons()" #1302 (thanks to Doflatango)
  • Merged "Disable exporting activity definitions for Android" #1313 (thanks to daanporon)
  • Merged "Add directoryIndex and documentRoot to InAppLocalhostServer option" #1319 (thanks to fa0311)
  • Merged "fix(ios): invoke onBrowserCreated when viewDidLoad is called with win…" #1344 (thanks to perffecto)

BREAKING CHANGES

  • CookieManager.getCookie, CookieManager.deleteCookie and CookieManager.deleteCookies have the domain argument optional and without a default value

v5.4.4+3

06 Oct 12:18
Compare
Choose a tag to compare
  • Removed Android unsafe trust manager

v5.4.4+2

04 Oct 11:20
Compare
Choose a tag to compare
  • Fixed LICENSE

v5.4.4

04 Oct 10:30
Compare
Choose a tag to compare
  • Added support for Android 33
  • Fixed possible null pointer exception in Android ChromeCustomTabsActivity.java

v5.4.3+8

03 Oct 12:13
Compare
Choose a tag to compare

5.4.3+8

  • Merged "Xcode 14 build error: Stored properties cannot be marked potentially unavailable with '@available'" #1216 (thanks to chreck)
  • Fixed example for iOS

v5.4.3+7

05 May 20:03
Compare
Choose a tag to compare

5.4.3+7

  • Fixed possible Android java.lang.NullPointerException in "InAppBrowserActivity.onCreateOptionsMenu" about "webView.getTitle()"

v5.4.3+6

05 May 19:50
Compare
Choose a tag to compare

5.4.3+6

  • Fixed "iOS flutter_inappwebview/URLRequest.swift:13: Fatal error: Unexpectedly found nil while unwrapping an Optional value" #1173

v5.4.3+5

05 May 19:28
Compare
Choose a tag to compare

5.4.3+5

  • Fixed possible java.lang.NullPointerException in Runnable of InputAwareWebView.setInputConnectionTarget method
  • Fixed "Android Crash in latest 5.4.3+4 - java.lang.NullPointerException: Attempt to invoke virtual method java.lang.String android.webkit.WebView.getUrl()" #1168

v5.4.3+4

28 Apr 19:23
Compare
Choose a tag to compare

5.4.3+4

  • Updated docs for ChromeSafariBrowser.open and throw error on iOS if the url parameter use a different scheme then http or https