我知道您可以在用户长按链接时使用此功能禁用该标注:
body {
-webkit-touch-callout: none !important;
}
a {
-webkit-user-select: none !important;
}
但是文字选择菜单怎么样?我的用例是contentEditable
区域,应允许用户选择内容,但标注会显示在应用程序自己的格式菜单之上。
这是我所指的标注:
答案 0 :(得分:-1)
here is your answer i am not sure but it's work
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none;/* Firefox all */
-ms-user-select: none;