Open krimeshu opened 4 years ago
This problem does not show on iOS device.
Could you please compare the check the @appear
between Android and iOS?
You're using appear
in a horizonal scroller, that could be a problem.
You're using
appear
in a horizonal scroller, that could be a problem.
But it's not problem on iOS.
And the vertical scroller's @appear
not working, too.
There are some different behaviour bentween iOS and Andorid, you can improve Weex Document to help us.
Describe the bug
When list scroll into view, the @appear callback didn't be called, on Android devices.
It works well on iOS and Web mode.
To Reproduce
Example page to reproduce it:
Pan the page and block list, and check the log info on the top area.
Environment
Expected behavior
When the list appear in screen, log ' list @appear', and log ' list @disappear' when it disappear.
The same to the red block in the list.