From eaad17eb4fa8f3f3c575127a27c39b0a54abba8b Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Mon, 7 Sep 2020 18:10:46 +0200 Subject: [PATCH] Fixed missing clearHistory webview method implementation on Android, Fixed iOS crash when using CookieManager getCookies for an URL and the host URL is null --- example/lib/in_app_webiew_example.screen.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/example/lib/in_app_webiew_example.screen.dart b/example/lib/in_app_webiew_example.screen.dart index 61bf7898..1dc03d5d 100755 --- a/example/lib/in_app_webiew_example.screen.dart +++ b/example/lib/in_app_webiew_example.screen.dart @@ -123,7 +123,6 @@ class _InAppWebViewExampleScreenState extends State { return ShouldOverrideUrlLoadingAction.ALLOW; }, onLoadStop: (InAppWebViewController controller, String url) async { - print(CookieManager) print("onLoadStop $url"); setState(() { this.url = url;