Hello Michel,
I have investigated the issues you are describing and I was able to isolate and fix the issue causing both of them. It will be released with the next internal build.
Meanwhile, I can suggest you a workaround for the first one. I have found out something strange. The ItemTapped event is triggered once, but the command is called 3 times. I have checked the implementation of the
fe:ListViewItemTappedAttached and I have found that the attached property is attached 3 times to the event due to change of the BindingContext. The changing of the BindingContext is triggered by the adding of the SideDrawer content to the UI. My suggestion is to update the OnItemTappedChanged method of the ListViewItemTappedAttached to detach from the ItemTapped event before attaching a new handler. Here is the updated code snippet:
Regards,
Nikolay Demirev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Feedback Portal and vote to affect the priority of the items