Open janseris opened 1 year ago
@PureWeen thoughts?
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Verified that this still exists in the latest version of MAUI, Any updates? @PureWeen @mattleibow. Must be related to this: https://github.com/dotnet/maui/issues/8416
Still an issue. .NET8
I am still experiencing this problem. Do you have any solutions or suggestions that could help me resolve it?
I'm also having this problem, any alternative suggestions?
@axeldietz, @vishalpr-hs, @andersondamasio, try using Border instead of Frame as I believe Frame is being deprecated on MAUI: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/frame?view=net-maui-8.0#:~:text=If%20you%27re%20building%20a%20new%20.NET%20MAUI%20app%20it%27s%20recommended%20to%20use%20Border%20instead
Hello, thanks @jl-mobitech
I changed it to Border, but if I use StrokeShape="RoundRectangle 40,40,40,40" for rounding , the page is displayed blank for some reason.
In this case, to round the edges I used a custom Behavior instead of "RoundRectangle" and resolved it to min.
I believe that the StrokeShape must be some secondary problem.
I'm using .net 8 Maui
Verified this issue with Visual Studio Enterprise 17.9.0 Preview 2.1. Can repro on Android platforms with above code. It works fine on Windows and iOS platforms.
Description
SelectionChanged command is not called when Frame is in CollectionView item template. MAUI 7.0.81
ViewModel:
When you comment out the Frame, the command starts running (breakpoint is hit etc.) on selection changed.
Edit: I had to remove Frame in all places where I wanted SelectionChanged work in CollectionView item template.
Steps to Reproduce
Click collectionview with the item template
Link to public reproduction project repository
none
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 12
Did you find any workaround?
No response
Relevant log output
No response