【发布时间】:2013-11-01 19:13:54
【问题描述】:
我尝试在此示例中创建类似的内容:http://jsfiddle.net/WM583/20/ on Windows RT with IE10。
问题是,被触摸的元素总是在触摸时被选中,这看起来很糟糕。我试过了:
-ms-touch-select:none;
-ms-user-select:none;
user-select:none;
但它仍然被选中。有人知道如何防止选择吗?
【问题讨论】:
标签: scroll touch internet-explorer-10 internet-explorer-11 windows-rt