Hi -
My RadListView in iOS is invoking the ItemTapped callback twice when I tap it. I am using Prism to navigate to another page when tapping an item -- basically to see more details about an item in the list. But I get TWO of the detail pages loaded in iOS when I tap the item. I've traced this back to the ItemTapped event getting invoked twice on iOS when an item is tapped. The GitHub repo below should reproduce this for you easily. Run the app with a breakpoint in the MainPage view ItemTapped callback and then tap an item in the listview when it opens. You will hit the callback twice.
Additionally, the swipe functionality does not behave well -- it ALSO invokes the ItemTapped callback -- which I definitely don't want since it navigates me away from the page. This can also be seen with the breakpoints mentioned above.
Here is the project that will repro the ItemSwiped callback issues.
https://github.com/dahlsailrunner/TelerikSample
I appreciate any help you can provide. I'm guessing this will require a fix on your side -- but if my code is wrong just let me know.
Thanks -
Erik