当我使用“移动图像”滑块时,如何防止 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>`