Mixed Content on MAUI Hybrid #20885
Unanswered
Wolfleader101
asked this question in
Q&A
Replies: 1 comment
-
Also having this issue in Feb 2025. Have not been able to find a workaround for loading content from a API over http into the webview. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
Has anyone been able to get mixed content working in a Maui Blazor hybrid successfully?
I've seen a few discussions about this before. However, most of them ended in a closed discussion.
What are the chances that mixed content will ever be allowed?
I am working on an app that needs to work on a closed network with no internet connection. On the same closed network, there is a web server running. However, because it's a closed network, I can't use HTTPS and don't have access to domain names, instead, we just connect to the webserver via the IP i.e.
10.1.1.10
.I have tried everything possible to enable mixed content in the app for Android however nothing works.
What I have tried
MainPage.xaml
MainPage.cs
xml/network_security_config.xml
AndroidManifest
None of these work, as I still get the mixed content generation error.
Beta Was this translation helpful? Give feedback.
All reactions