Div在移动设备上不可滚动(document.ontouchmove)

时间:2015-11-06 12:47:30

标签: javascript mobile touchmove

我有一个简单的网站,在整个文档对象上有一个ontouchmove-handler。 在这个网站上有几个带滚动条的div元素(overflow:auto; height:200px)。

这些div元素在移动设备上无法滚动。

如果我从文档对象中删除ontouchmove-handler,那么它可以正常工作。

Mybe有一个简单的解决方案,我可以使用ontouchmove-handler并制作scrollable-div-elements?

0 个答案:

没有答案