触摸按下后,请防止或覆盖文本复制弹出

发布于 2025-01-24 17:47:36 字数 543 浏览 0 评论 0原文

我正在尝试防止默认的弹出窗口(包括复制等)在触摸键入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:

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文