Skip to content

Commit

Permalink
Update webview.md (#2724)
Browse files Browse the repository at this point in the history
* 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.

* Edit.

---------

Co-authored-by: David Britch <[email protected]>
  • Loading branch information
djukic-marko and davidbritch authored Jan 13, 2025
1 parent b822934 commit 7b3c6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-interface/controls/webview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (don't append `.Platforms.Android` to the namespace):

```csharp
using Android.Webkit;
Expand Down

0 comments on commit 7b3c6ed

Please sign in to comment.