@hkhire wrote:
How we can hide default context menu that we get on touch devices e.g. iPad?. I have my customized context menu and it opens properly on the image.But anywhere else we touch iPad it opens default context menu with options like Select all, Undo, Zoom to fit, Reset Zoom.I don't want to show this default context menu.I have tried
myDiagram.toolManager.contextMenuTool.defaultTouchContextMenu = null;
but it is not working..
Posts: 1
Participants: 1