Eilon Lipton

Results 486 comments of Eilon Lipton
trafficstars

@jbonnett92 my guess is that there's some general issue with WebView on Android and it isn't specific to BlazorWebView, though I couldn't say what exactly. One possible workaround is to...

> Add a resx file to the second project and try to read a string from it in the first project. Can you share more info about how it was...

> try to read a string from it in the first project And how exactly is it being read from the other project? Can you show a code snippet that...

I tried reproducing this, but once I added a 2nd MAUI project that referenced the first, I can't even build the new 2nd project because of this error (or errors...

Here's an amazing diagram I made: ![image](https://user-images.githubusercontent.com/202643/225170011-dc64a9cf-8758-4096-811e-b9d0f2c6960f.png) And I tried it and it works fine: I created two MAUI App projects, and one MAUI Library project. The library project has...

Yeah unfortunately without a reliable way to reproduce I'm not sure how we could try to fix it. If you are able to reproduce again, it could be helpful to...

Hi @kissgyula , were you able to review the sample app mentioned in this specific comment? https://github.com/dotnet/maui/issues/4768#issuecomment-1137906982 > Please refer to [this project](https://github.com/MackinnonBuck/MauiBlazorPermissionsExample) as an example for implementing permission management...

> Asking Location permissions twice and the second popup can be scary for users. To make sure I understand the problem, is the issue: 1. That there are any dialogs...

I found some older posts on StackOverflow that mention that the only workaround they could find on iOS was to route all geolocation requests to the native part of the...

@jonathanpeppers - should this move to xamarin-android?