当我使用“运动图像”滑块时,如何防止html文档的正文滚动。目前,一个简单的拇指滑动向上或向下发送页面。这在IOS设备上更明显。
<html>
<body>
<div class = "content">
<p>....content </p>
<div class = "moving-images">
...a little slider with images.
</div>
<p>....content </p>
</div>
</body>
</html>`