【解决方案】禁止手机页面中A标签长按弹出路径框

给a标签设置CSS:

-webkit-touch-callout: none;


ps:关于Label不可选中文本的css:

-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currentlynot supported by any browser */


posted @ 2017-07-31 16:24  Mr.Kay  阅读(330)  评论(0编辑  收藏  举报