pre-volume 2 release this was working fine.
With the latest vol. 2 release, my ItemTapped event is not firing for the SfListView
This happens when a TapGestureRecognizer is added to one of the elements within the ViewCell,
- update all the nugets except sfListView.
- add a tapGestureRecognizer with a Tapped event to line 131 of MainPage
- Run the App. The accordian behavior still works.
- now update the sfListview to latest
- run the app: Accordian no longer works :(