10-22-2012 04:23 PM
Hi,
I've set up a contextmenu for when a user holds down a menu item, it all works fine however I'm stuck on how to prevent the touch signal being fired as well?
I need the contextmenu handler to consume the touch event and not pass it on to the listitem.
The documentation I've read says this is possible but then gives no links on how to do it and I can't find anything describing this.
So is this a bug or is there a way to do it?
Why on earth are the gesture and touch handlers separate anyway???