Another option is to add an active area that will activate the context menu on "tap":
dp.onBeforeEventRender = function(args) {
args.e.areas = [{"action":"ContextMenu","v":"Visible","w":17,"menu":dp.contextMenu,"css":"event_action_menu","h":17,"top":6,"right":19}];
};