Android 浏览器上的长按功能
是否有任何 javascript 或 html 元数据可以防止长按 Android 浏览器操作?
例一:在网页上长按某个号码,弹出【添加联系人】或【呼叫】。
例2:长按网页上的图片,弹出【保存图片】或【查看图片】。
谢谢!
Is there any javascript or html meta to prevent a long press Android Browser action?
Example 1: The [Add to Contact] or [Call] popup when I press for a while a number on a web page.
Example 2: The [Save image] or [View image] popup when I press for a while an image on a web page.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也在寻找这个问题的答案。
到目前为止,我已经看到了这个答案: Disabling the context menu on long点击 Android
但就我而言(运行 Froyo 的 Android 模拟器),它也禁用简单的点击。
我的目标是能够单击一个按钮(该按钮有一个图像作为背景),但是如果您按下该按钮,则不会弹出要求保存图像的窗口。
这个答案:防止Android“长按”保存图像
也不完整,因为它没有明确的解决方案。
I am looking for an answer to this question too.
So far I have seen this answer: Disabling the context menu on long taps on Android
But in my case (Android Emulator running Froyo) it disables simple clicks too.
My goal is to be able to click on a button (which has an image as background) but if you let the button pressed, you don't get the popup asking to save the image.
This answer: Preventing the Android "long press" to save images
Is also incomplete, as it doesn't have a definite solution.