updated CHANGELOG.md
This commit is contained in:
parent
b9bde3af45
commit
5b5620282d
|
@ -3,6 +3,8 @@
|
|||
- 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))
|
||||
- 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))
|
||||
- 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))
|
||||
- Merge "Fix: added iOS fallback module import" [#466](https://github.com/pichillilorenzo/flutter_inappwebview/pull/466) (thanks to [Eddayy](https://github.com/Eddayy))
|
||||
- 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))
|
||||
- Fixed "window.flutter_inappwebview.callHandler is not a function" [#218](https://github.com/pichillilorenzo/flutter_inappwebview/issues/218)
|
||||
|
||||
## 4.0.0+4
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
b31e643ba56da00d6edd6b5064d71a70
|
|
@ -385,7 +385,6 @@ public class InAppBrowserWebViewController: UIViewController, FlutterPlugin, UIS
|
|||
|
||||
public override func viewWillAppear(_ animated: Bool) {
|
||||
if !viewPrepared {
|
||||
print(containerWebView)
|
||||
let preWebviewConfiguration = InAppWebView.preWKWebViewConfiguration(options: webViewOptions)
|
||||
if let wId = windowId, let webViewTransport = InAppWebView.windowWebViews[wId] {
|
||||
self.webView = webViewTransport.webView
|
||||
|
|
Loading…
Reference in New Issue