Hello everyone,
I created a Listview with an ItemTapped event, everything was working fine until I included ContextActions,
apparently, something in the ContextActions makes the ItemTapped not to be activated, the curious thing is that this only happens in the Android version.
This is the code:
I have tried to use ItemSelected but it has the same result.
Xamarin specifications:
Any idea?
Thanks in advance.
I have been doing some test and it looks like an issue with the Xamarin.Forms and Xamarin.Android.Support Libraries.
I have downgraded the app and it's working fine with this version:
Answers
Hi @Jorge.Garcia.CP ,
Just check, if you are not struck by this bug
-- N Baua
I have been doing some test and it looks like an issue with the Xamarin.Forms and Xamarin.Android.Support Libraries.
I have downgraded the app and it's working fine with this version:
@Jorge_CP - If you were encountering a problem that hasn't previously been reported, can you report it to Xamarin so that it might get fixed before the next stable release is published.
I have created a ticket:
https://bugzilla.xamarin.com/show_bug.cgi?id=59407
Thanks for your advice.
My two cents:
https://github.com/xamarin/Xamarin.Forms/issues/1932
https://github.com/xamarin/Xamarin.Forms/issues/2180