标签: android cordova materialize touch-event
在具体化中,当我使用swipeable: true为cordova android移动应用程序中的标签启用滑动时,如https://materializecss.com/tabs.html所述,水平滑动工作正常,但垂直滚动无法正常工作。当我尝试向上/向下滚动时,实现库将其检测为水平滑动,因此有时候感觉像向上/向下滚动不起作用。
swipeable: true
在此处创建了类似的情况:https://codepen.io/niren777/pen/NzvXjO,在移动浏览中加载网址
我的环境