SarthakB26
SarthakB26
Any idea when this will be available ? Adding empty TapGesture is not very efficient.
Some work is here : https://github.com/felipebaltazar/Maui.PancakeView Not sure how stable it is though
May be any library you are using has some code calling these Api's. If those are open source you should check there code
I am experiencing this too. Picker behave very weirdly when inside collection view.
@shanselman Can you try to build you Design using this : https://github.com/xtuzy/SharpConstraintLayout or Absolute layout may be since Relative is deprecated
Is there any plan to fix this in .NET7. Using Background instead of BackgroundColor is not the solution for me as I am migrating an app where Button BackgroundColor changing...
> As [denhaandrei](https://github.com/denhaandrei) mentioned, the only change I needed to do in my MAUI application to avoid this problem is in the file `Resources/Styles/Styles.xaml` in the section `` it to...
> > Yes we know of this solution but this would override all the BackgroundColor property set anywhere in the app. Which can be issue when migrating Xamarin apps where...