Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
此问题与移动触摸设备有关。
我的主屏幕是垂直可滚动的,并且工作正常。在它里面我有另一个div水平滚动,它也可以工作。
div
当我试图通过将手指移到孩子(水平滚动区域)上来垂直滚动时,就会发生冲突div。根本不滚动!!!周围的区域div让我可以毫无问题地上下滚动。
有没有人对此有解决方案?是css的问题吗?
在某些移动浏览器上使用该可滚动 div 时会遇到一些问题。有些需要两指滚动,有些则根本不允许滚动。我担心您将不得不使用 JavaScript 来检测滚动。
我遇到的一个看起来相当不错的是iScroll。