kissgyula

Results 7 comments of kissgyula

It has the same problem as I mentioned. Asking Location permissions twice and the second popup can be scary for users. The second problem is, that this example is for...

On Android, the app asking for location permission, and in c# code I can get location data. Inside a BlazorWebView not. On iOS got the second dialog with that "://"...

> @kissgyula what happens when you try to run the sample from https://github.com/MackinnonBuck/MauiBlazorPermissionsExample? Please share details about your experience from it. It's different on every platform. On iOS got that...

> We've just discussed about some unique Android behavior, where it will prevent permission requests for too many times, if the permission was denied some fixed (2, 3 - not...

If I understand it is not possible to override the second permission request on iOS becaus BlazorWebView is a browser embedded inside maui. And it's a security feature that cannot...

I forked the MauiBlazorPermissionsExample, and modified to demonstrate my problem. I added a map to the Location page. Here you can test the problem and see the behavior I discribed...

What preventing this single line code change to be merged? Is there anything I can help? Is it related to an another problem?