【发布时间】:2013-07-19 00:57:47
【问题描述】:
我尝试过overflow:hidden,但它会在每个事件上导致白色闪烁,似乎没有解决方案。所以我正在尝试使用javascript方式
document.ontouchmove = function(e) { e.preventDefault(); };
和
document.ontouchmove = function(e) { return true; }
但是,如果您已经在滚动中,这似乎不起作用..
有什么想法吗? 干杯!
【问题讨论】:
-
请提供小提琴
标签: javascript html css angularjs