Fixed missing clearHistory webview method implementation on Android, Fixed iOS crash when using CookieManager getCookies for an URL and the host URL is null

This commit is contained in:
Lorenzo Pichilli 2020-09-07 18:10:46 +02:00
parent a83dca01eb
commit eaad17eb4f
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
return ShouldOverrideUrlLoadingAction.ALLOW;
},
onLoadStop: (InAppWebViewController controller, String url) async {
print(CookieManager)
print("onLoadStop $url");
setState(() {
this.url = url;