From 150aadfcdff671aa4222f3b4cbec86c53f104923 Mon Sep 17 00:00:00 2001 From: djukic-marko <69366798+djukic-marko@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:18:47 +0100 Subject: [PATCH] Update webview.md While trying to make it work on my device, i was constantly appedning .Platforms.Android path, since it was logical. However, it should not be appended, and could save someones time. --- docs/user-interface/controls/webview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;