禁用iOS中的文本选择标注

时间:2014-03-07 03:09:55

标签: javascript html ios css

我知道您可以在用户长按链接时使用此功能禁用该标注:

body {
    -webkit-touch-callout: none !important;
}

a {
    -webkit-user-select: none !important;
}

但是文字选择菜单怎么样?我的用例是contentEditable区域,应允许用户选择内容,但标注会显示在应用程序自己的格式菜单之上。

这是我所指的标注:

enter image description here

1 个答案:

答案 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;