MAUI Webview target=_blank href redirects not working on android
I have an MAUI app that is essentially a
WebView
that hosts a wordpress website.
My problem is that whenever I try to load an external link it will simply not load the "href" redirect... It works fine on Windows and iOS devices, but not in android.
EDIT: The href is a "_blank" target.
Is there a specific permission I need in the manifest?
In case it helps, here is the code for the page:
And here is the manifest:
0 Replies