-
Can you **please** make the [BlazorHybrid](https://github.com/kant2002/WinFormsComInterop/tree/main/samples/BlazorHybrid) sample work with .NET 8 AOT?
-
Hello, could you please add an example of a "Blazor Web Hybrid App + Web API"? I am a beginner with Blazor Web Hybrid apps, and I am currently unfamiliar with how to call a Web API. What I tmean is th…
-
MAUI can be setup in the same way as the WPF Desktop application where it simply uses a Blazor Web View in its main page and the website is rendered in the Cross Platform MAUI engine. We need to add a…
-
### Description
The Blazor Web App project in the .NET MAUI Blazor Hybrid and Web App template is still using the older static files middleware. It should be updated to use the new static web assets …
-
### Problem Statement
Looks like MAUI Blazor hybrid apps are getting popular.
- https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/tutorials/maui
- https://learn.microsoft.com/en-us/dotn…
-
Hi,
I appreciate you work. Great component!
I use the Signature pad (8.1.5) in a blazor server scenario as well as in a BlazorWebView via net Maui (both time via the exact same code via a shared…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We have a component with a high frequency of updates in case the user is scrolling within the…
-
---
**Issue moved from dotnet/maui#22551**
- Please respond to @bpsc-wkubis.
---
_From @bpsc-wkubis on Tuesday, May 21, 2024 2:17:12 PM_
### Description
I have basically followeed [jfversl…
-
Create a login landing page in BLAZOR MAUI HYBRID that will allow users to use their google account to login.
The logic should go all the way to gathering the authentication information from google…
-
In certain Blazor Hybrid scenarios, such as MAUI on Android, downloading files via JavaScript is either not possible or not easy. This means the Export to SVG, PNG, and CSV options may not work.
My…