使用了scroll-view scroll-x 后,
下拉刷新使用不了
tip: 请勿在 scroll-view 中使用 textarea、map、canvas、video 组件
tip
scroll-view
textarea
map
canvas
video
tip: scroll-into-view 的优先级高于 scroll-top
scroll-into-view
scroll-top
tip: 在滚动 scroll-view 时会阻止页面回弹,所以在 scroll-view 中滚动,是无法触发 onPullDownRefresh
onPullDownRefresh
tip: 若要使用下拉刷新,请使用页面的滚动,而不是 scroll-view ,这样也能通过点击顶部状态栏回到页面顶部
官方的tip
是啊 但是我不在使用了scroll-view的地方使用 下拉就可以
今天也遇到同样的问题·!~~测试了一下好象也不行