Eilon Lipton

Results 497 comments of Eilon Lipton
trafficstars

Hi @codemonkey85 , I work on .NET MAUI, so this is already under investigation 😄 However, right now Rezipe is using native UI (not hybrid/web UI), so it can't be...

@rwecho thank you for the detailed info. Can you try the same code in a Blazor Web app and run the app in Safari on iOS (even in the emulator)?...

@rwecho can you also let us know what `not working` means? Does it crash the app? Or does it not respect the touch events?

> @Eilon I test it on browser, the preventDefault & stopPropagation can't constraint the event bubbling in js. It's that right? If that would explain it. OK, so you're saying...

@PreciousNyasulu thank you for the PR, the change looks good! I made some small tweaks to the code. If you can reply to the 'policy bot' comment [here](https://github.com/dotnet/maui/pull/21797#issuecomment-2057403990), then once...

I tried the original repro and it seems still broken. I cloned this PR locally, built it, and ran `dotnet new maui -n "𫓧龦唉丂荳◎℉㐁&ᠭᠤ སྲིད خەل ꌠ ᥕ᧞"` (per the...

And once I start opening other files in the project, such as XAML/C# files I get even more errors in the Error List: ``` Severity Code Description Project File Line...

For the case of `dotnet new maui -n "dogs & cats"` it builds fine for all platforms, but when I run it on Android Emulator I get this runtime exception:...

@PureWeen can you update this file too? https://github.com/dotnet/maui/blob/net9.0/src/Templates/src/templates/maui-blazor-solution/MauiApp.1/MauiApp.1.csproj#L62