Alex
Alex
> also can`t use TemplateBinding directly under ContentPresenter. Which version are you using, if you are using 8.0.0, please upgrade, if its 8.0.1 please file a new issue with a...
I'm finishing the migration of my app to `TouchBehavior` and the Relative Bindings don't seem to work at all, same crash reported in this thread. I can work around by...
> which MauiVersion are you using? `8.0.14`, the `x:Reference` works for me, I'm talking about the relative binding `Command="{Binding Source={RelativeSource AncestorType={x:Type vm:MyViewModel}}, Path=MyCommand}"` not working. This is definitely a regression...
Do you see this behaviour with Xamarin.Essentials? This project is no longer maintained as James moved this behaviour into Essentials, You're better off removing this package and trying with XE...
I think the issue you're experiencing is because the current forms `WebView` doesn't use the edge chromium `WebView2` control and is using something nasty & outdated. Unfortunately this control does...
Also create a github release mirroring the info on here!
> Did you find a solution or a workaround? The only workaround I found is to not use modal pages, which doesn't really work for the apps I'm building! I...
This is fixed with Maui [8.0.40 SR5](https://github.com/dotnet/maui/releases/tag/8.0.40), I've tested with my app and the crash no longer happens 🥳
Looking at the source code I see a host build extension, however it doesn't seem to be available in the released version. Any ideas why?
Lovely, thanks!