WeChat Mini Programs wx.pageScrollTo has no animation effect on the real machine and jumps directly to the designated position.

wx.pageScrollTo({
  scrollTop: 0,
  duration: 300
})

at present, it is found that there are animation effects on ios, but not on Android

Jun.12,2021

using scroll-view components


should be different from mobile phone systems. Some Android can be tested by ios.


if it is a model question, go to

Previous: What methods does python have to deal with a large number of file downloads?

Next: How to make a progress bar after pressing the submit form and before leaving this page?

Menu