scroll-view组件设置scroll-with-animation="true"有bug
当给scroll-view组件设置scroll-with-animation="true"后,使用
getCurrentPages().pop().setData({abc:0}) 让scroll-view滚动到顶部后,scroll-view就无法继续滚动了(用手在屏幕上滑动时屏幕不会动)
我用scroll-into-view替代scroll-top也得到一样的结果。
只有把scroll-with-animation删除后,才能继续滚动。
1 回复