This repository was archived by the owner on May 1, 2024. It is now read-only.
ScrollView scrolls back to the top in the Vivo X50 device #14516
Unanswered
LakshmiNatarajan21
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a custom ListView and when scrolling in Vivo X50 Origin OS device, the scrolling resets to top automatically. Here, the ScrollY reached 715827882.333333 value and then it resets to 0.
Final Y of scroller: 2147483647
MaxScrollOffset: 7448
Scroller IsFinished: True
Scroller IsOverScrolled: False
ScrollY: 1527
ScrollTo: CurrX: 0 CurrY:2147483647
[0:] ScrollY value is 715827882.333333
[0:] ScrollY 715827882.333333
[0:] ScrollY value is 0
[0:] ScrollY 0
Issue video
We found that the native OverScroller in our CustomScrollViewRenderer, the FinalY value is abnormal in this device (Vivo X50 Origin OS).
Please refer the output log differences,
Attached is the entire output log,
Vivo log
Any suggestion to resolve the above-mentioned scrolling issue in the Vivo X50 device?
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions