diff --git a/docs/user-interface/controls/webview.md b/docs/user-interface/controls/webview.md index aabbbbca3..998d3def6 100644 --- a/docs/user-interface/controls/webview.md +++ b/docs/user-interface/controls/webview.md @@ -260,7 +260,7 @@ The following steps demonstrate how to intercept permission requests from the `W } ``` -01. Add the following class to the _Platforms/Android_ folder, changing the root namespace to match your project's namespace: +01. Add the following class to the _Platforms/Android_ folder, changing the root namespace to match your project's namespace, but without .Platforms.Android part: ```csharp using Android.Webkit;