I’m using Cytoscape to visualize graphs in my Next.js app. I also just included the Cytoscape Context Menus library to show a context menu when right-clicking a node. On the desktop, this works all perfectly fine.
However, on mobile, clicking/tapping context menu items does nothing. The context menu itself appears, but I cannot click any menu item. Nothing happens. The menu items do not even change the background color when I tap them (which should be the case based on the stylesheet I use).
How do I approach this problem? What are comment case that something (e.g., events?) are working on the desktop but not on mobile?