Commit eaad17eb authored by Lorenzo Pichilli's avatar Lorenzo Pichilli

Fixed missing clearHistory webview method implementation on Android, Fixed iOS...

Fixed missing clearHistory webview method implementation on Android, Fixed iOS crash when using CookieManager getCookies for an URL and the host URL is null
parent a83dca01
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment