视图容器缺陷:
swiper 少了bindscroll方法,用来做滑动距离监听
scroll-view 少了强制停止滑动的方法,否则滑动时设置scroll-into-view,会闪屏
view 使用bindtouchmove方法设置margin-left,模拟拖动在android表现为延迟,快速拖动会特别卡,在ios上没事
swiper 少了bindscroll方法,用来做滑动距离监听
scroll-view 少了强制停止滑动的方法,否则滑动时设置scroll-into-view,会闪屏
view 使用bindtouchmove方法设置margin-left,模拟拖动在android表现为延迟,快速拖动会特别卡,在ios上没事