-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling issues in Android 9.0 Pie #3
Comments
Any Updates? |
Hi @sandeepsipl Is it working in iOS. |
Hi @sandeepsipl Did you find a solution for this issue? I have the same problem |
Yes, In iOS, Its working fine. I've tested till iOS 12.3 |
But in Android 9.0? |
I have the same problem, any solution so far? |
The problems is still on android, so I implement a temporal solution. try to detect what type of scroll the user is doing and if is ScrollState.Fling invoke the scrollTo event on your listview again |
Thank you so much for the hint @danielbalderas 👍
Now, how should we define ScrollTo? You mean, if ScrollState.Fling then scroll 10 items up or scroll 10 items down? Something like that? Um, any chance you might be able to share code for this? |
I have this problem too. May be we can change something in ListViewRenderer? |
Same problem here. Any solution? |
If you need help for get the ScrollState Event follow this blog, it help me a lot |
Reversing the CollectionView and the Items works great on iOS and some Android devices. But on some Android devices like Samsung if you scroll up, the CollectionView scrolls down and if you scroll down, the CollectionView scrolls up. (Problem only occurs, if you scroll hard enough and let him scroll alone. dunno how to explain it better) Is there any fix for this? |
It's apparently an Android bug, workaround here: xamarin/Xamarin.Forms#7166 (comment) |
@acuntex |
@angelru Yes, the code in the linked comment works. |
Anyone have a solution for ListView? Not for CollectionView? |
We have a strange issue with scrolling. When there are 100+ messages and we scroll the list on the Android phone having version 9.0 Pie, the scrolling is stuck and scroll in the wrong direction.
Like, if we try to scroll up speedy, then it came at the last message instead of scroll up and vice-versa.
Has anyone faced this issue earlier?
The text was updated successfully, but these errors were encountered: