MauiBlazorPermissionsExample icon indicating copy to clipboard operation
MauiBlazorPermissionsExample copied to clipboard

An example demonstrating how to manage and request platform-specific permissions for use within a MAUI Blazor app.

Results 5 MauiBlazorPermissionsExample issues
Sort by recently updated
recently updated
newest added

I can't see the MainPage.xaml.Android.cs file on my solution. Can it autogenerate or create manually? I created a project in Visual studio community 2022 on .net 7.0 framework.

Given this repos example code, iOS will consistently request camera permissions once per app start (tested on iOS 16.4 Simulator). Looks like there are some ways to mitigate this by...

It appears when using an AppShell for navigation the flow breaks - I think specifically in Android. This message appears: Java.Lang.IllegalStateException: 'LifecycleOwner crc64c98e7f6d892de5e5.MainActivity@d65cbb6 is attempting to register while current state...

in .NET7 this project is not working, no permission requseted.

First of all, thanks for this repo. Trying to get a camera feed working has been tough! I attempted to incorporate your code into my project. I am able to...