您的位置:首页 > 运维架构 > 网站架构

移动网站开发防止网页触摸滚动

2011-11-30 16:16 225 查看
notouchmove = function(event) {
event.preventDefault();
}
<div data-role="page" id="home" ontouchmove="notouchmove(event);">
...
</div>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: