Skip to content

Commit 5b56202

Browse files
updated CHANGELOG.md
1 parent b9bde3a commit 5b56202

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
- Added Android Hybrid Composition support "Use PlatformViewLink widget for Android WebView" [#462](https://github.com/pichillilorenzo/flutter_inappwebview/pull/462) (thanks to [plateaukao](https://github.com/plateaukao) and [tneotia](https://github.com/tneotia))
44
- Merge "Upgraded appcompat to 1.2.0-rc-02" [#465](https://github.com/pichillilorenzo/flutter_inappwebview/pull/465) (thanks to [andreidiaconu](https://github.com/andreidiaconu))
55
- Merge "Added missing field 'headers' which returned by WebResourceResponse.toMap()" [#490](https://github.com/pichillilorenzo/flutter_inappwebview/pull/490) (thanks to [Doflatango](https://github.com/Doflatango))
6+
- Merge "Fix: added iOS fallback module import" [#466](https://github.com/pichillilorenzo/flutter_inappwebview/pull/466) (thanks to [Eddayy](https://github.com/Eddayy))
7+
- Merge "Fix NullPointerException after taking a photo by a camera app on Android" [#492](https://github.com/pichillilorenzo/flutter_inappwebview/pull/492) (thanks to [AAkira](https://github.com/AAkira))
68
- Fixed "window.flutter_inappwebview.callHandler is not a function" [#218](https://github.com/pichillilorenzo/flutter_inappwebview/issues/218)
79

810
## 4.0.0+4

example/ios/Flutter/.last_build_id

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b31e643ba56da00d6edd6b5064d71a70

ios/Classes/InAppBrowserWebViewController.swift

-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ public class InAppBrowserWebViewController: UIViewController, FlutterPlugin, UIS
385385

386386
public override func viewWillAppear(_ animated: Bool) {
387387
if !viewPrepared {
388-
print(containerWebView)
389388
let preWebviewConfiguration = InAppWebView.preWKWebViewConfiguration(options: webViewOptions)
390389
if let wId = windowId, let webViewTransport = InAppWebView.windowWebViews[wId] {
391390
self.webView = webViewTransport.webView

0 commit comments

Comments
 (0)