9 questions
0
votes
0
answers
112
views
MAUI Hybrid issue with HTTP GET request from BlazorWebView
I am working on a MAUI Hybrid solution, with the standard projects: Web (Server) / Shared / Mobile. My issue is when I run the app on the Android emulator.
Here is my MainActivity.cs:
[Activity(Theme =...
1
vote
0
answers
104
views
.NET Maui Blazor App WebView Bug when upgrading to .NET 10
I recently updated my Maui Blazor application from .NET 8 to .NET 10 and the Windows app only displays a black screen, no error, no entry in event logs. Has anybody encountered the same error? I don't ...
0
votes
1
answer
111
views
CSS not working in BlazorWebView Winforms
I am trying to add a BlazorWebView to an existing Winforms application, I have the BlazorWebView inside a UserControl, inside a Form. The component is being rendered but class level CSS is not working,...
0
votes
1
answer
494
views
Access cookies in Maui Blazor Hybrid App?
I have a .NET 8 Maui Blazor Hybrid App, in which I'm currently trying to figure out how to get access to cookies from a BlazorWebView.
So far I've checked the WebView documentation, which has the &...
0
votes
0
answers
149
views
Cookie auth (identity) for MAUI Blazor (BlazorWebView)?
I cannot find answer to simple question.
They say for not browser devices use token based auth. What about MAUI Blazor with BlazorWebView? Can cookie auth be used for login and persist cookie or only ...
2
votes
0
answers
142
views
How to get an existing scoped instance of a Blazor App with BlazorWebView?
I have a Blazor App, which creates an instance of "MyClass" through serviceCollection.AddScoped(). Within my Blazor App I can inject this instance.
But now I want to access this instance ...
1
vote
1
answer
621
views
C# MAUI Hybrid BlazorWebView iOS Iframe
I have a Blazor hybrid application (.NET 8) that has an iframe in one of the components. On Android, everything in the iframe works fine; however, on iOS the site was loading externally.
I resolved ...
0
votes
1
answer
618
views
Blazor Maui Hybrid Android unable to show videos in app data directory-even with custom file provider
I have been using the suggested solution here, to display audio and video stored in the app data directory in a BlazorWebView. The files render correctly on Windows, but on Android they are unable to ...
0
votes
1
answer
500
views
Why is the Blazor value not immediately being rendered after changing it?
Using a BlazorWebView control (introduction) inside a WinForms .NET 8 form, I do have this "Counter.razor" file being displayed:
<p><button @onclick="IncrementCount">...