Maksymilian Lach
Maksymilian Lach
Still doesn't work on iOS XF 5.0.0.2401 @jfversluis this is quite important for people who have apps in production.
Still broken.
I think it may have something to do with the gesture recognizers in the scrollview. I had a similar issue with the Andreii Miskivich's CoverFlowView being put in a scroll...
For anyone interested, I found a workaround. `App.Current.On().SetPanGestureRecognizerShouldRecognizeSimultaneously(true);` Put it in your code-behind. Explanataion: https://docs.microsoft.com/nl-be/xamarin/xamarin-forms/platform/ios/application-pan-gesture Not sure if it can unintentionally break other stuff in your app, so far I...
It's not a deal breaker, but it'd certainly be nice to be able to run arm64 simulator. When run in x64 mode, the simulator is (imo) a bit slower, and...
I've got to say, I don't understand this approach at all. Something as crucial as TouchEffect and all other essential bits and pieces are not a part of MAUI itself...
@VladislavAntonyuk that's right. So how can we expect our employers to allow us to spend paid company time to fix things in a _Community_ project? Then the obvious answer is...
Upvoting the issue.
I run into the same issue and was struggling to figure out why. I can confirm that it does indeed happen. When you try to style the button in Styles.xaml...
Still not working to this day on .NET 7