close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
112 views

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 =...
MattDev07's user avatar
  • 698
1 vote
0 answers
104 views

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 ...
bbWebDev's user avatar
  • 103
0 votes
1 answer
111 views

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,...
WhatsThePoint's user avatar
0 votes
1 answer
494 views

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 &...
johnny2's user avatar
  • 33
0 votes
0 answers
149 views

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 ...
Marek Havrila's user avatar
2 votes
0 answers
142 views

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 ...
user25385380's user avatar
1 vote
1 answer
621 views

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 ...
Joshua Zimmerman's user avatar
0 votes
1 answer
618 views

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 ...
rman's user avatar
  • 3
0 votes
1 answer
500 views

Using a BlazorWebView control (introduction) inside a WinForms .NET 8 form, I do have this "Counter.razor" file being displayed: <p><button @onclick="IncrementCount">...
Uwe Keim's user avatar
  • 41k