Kin*_*ong 6 javascript internet-explorer windows-phone-7
WP7 Mango中的IE会支持iOS或Android等触控事件吗?触摸事件似乎将成为W3C的标准:http://dvcs.w3.org/hg/webevents/raw-file/tip/touchevents.html.IE 9表示它遵循标准,有谁知道它是否会支持触摸事件?谢谢.
小智 5
它目前不支持触摸事件.所有你需要做的就是证明它是这样的简单:
document.ontouchstart = function() { alert("TS"); }
document.ontouchmove = function() { alert("TM"); }
document.ontouchend = function() { alert("TE"); }
Run Code Online (Sandbox Code Playgroud)
这些都不会在IE9手机中触发.
目前不支持触摸事件。
| 归档时间: |
|
| 查看次数: |
6148 次 |
| 最近记录: |