Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Web 应用程序中,我的数据网格上有右键单击事件菜单。
现在的问题是当用户在触摸屏设备上打开同一页面时,用户无法访问右键菜单
如何将触摸屏事件连接到 JQuery 右键单击?
好的,我了解您的问题,但是您如何识别触摸屏上的右键单击?
我的建议是您可以在数据网格中创建一个“配置按钮”,用户可以按下该按钮来触发您的 javascript 右键单击事件。