触摸按下后,请防止或覆盖文本复制弹出
我正在尝试防止默认的弹出窗口(包括复制等)在触摸键入Chrome和其他浏览器中的文本时出现。具体来说,我想用自己的命令替换此弹出窗口。我仍然希望文本可以通过鼠标和触摸选择。换句话说:
我似乎找不到任何无法完全禁用文本选择和/或其他指针输入的解决方案。
处理contextMenu
使用预防deffault
在窗口和跨度级别不起作用,也无法处理touchend
。
感谢您的建议!
编辑: 它看起来像是覆盖<代码> OnContextMenu 在移动铬上工作,但在Windows Chrome上不起作用。其他人报告此不从事iOS。是否有适用于所有浏览器的通用解决方案?谢谢!
I'm trying to prevent the default popup (which includes Copy, etc.) from appearing when touch pressing on text in Chrome and other browsers. Specifically I want to replace this popup with my own commands. I still want the text to be selectable via mouse and touch. In other words:
I can't seem to find any solution that would not completely disable text selection and/or other pointer input.
Handling contextmenu
with preventDefault
at the window and span level do not work, nor does handling touchend
.
Thanks for any suggestions!
Edit:
It looks like overriding oncontextmenu
works on Mobile Chrome but not Windows Chrome. Other people report this not working on iOS. Is there any general purpose solution that works on all browsers? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论