Scroll events cannot be monitored in Android app

it is normal on both ios and web. List and scroller scroll events cannot be monitored in Android app.
has anyone encountered it in playground.

<list @scroll="listScrollFun">
...
</list>
...
listScrollFun (ev) {
  modal.toast({ message: "scroll" })
}
Mar.05,2021

height is not defined? Is it compatible?


I also have this problem. The test phone I use is Xiaomi mix3, colleague's Android phone, which can be triggered. It's amazing. Have you solved this problem now? Landlord

Menu