Unanswered: Button in DataItem, both firing events
Unanswered: Button in DataItem, both firing events
I cranked out a custom DataItem that houses a Button or two. I listen for 'tap' on the button and I listen for 'itemsingletap' on the DataView. When I tap the button, both events are firing. Can I absorb one or prevent the 'itemsingletap' from occurring when the Button 'tap' fires? Maybe a better way to handle this?