In Windows phone 8.1, I want to show context menu (popup) for an item in listview (say for deleting it) upon tap-and-hold or long press. Is there a way to do this in javascript (winjs)?
I found no examples of this anywhere. Any help would be appreciated.
I believe you need to take a look at the MSGestureHold event. You just need to add an event handler for that event.
Take a look at the MSGestureEvent object for more events you might need