-
Notifications
You must be signed in to change notification settings - Fork 984
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 returns to the end of chat instead of scrolling up to the previous messages on Android 9 #5526
Labels
Comments
@jpbowen has just reproduced this issue on his phone. It totally broke his experience. I think we should fix it asap since more and more people are upgrading to Android 9. |
RN issue: facebook/react-native#19434 |
Workaround in our fork: |
Workaround in RN: facebook/react-native#21117 |
Merged the workaround, it should fix the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Type: Bug
Summary: only on Android 9 (can't repro on 6 and 7):
Scrolling up (touch screen, move finger down, remove finger from the screen) does not go up in the chat (public or 1:1) instead you see end of the chat with most recent messages. It works only if you scroll up with 2 fingers and each moment one of fingers touches the screen, as soon as no fingers are touching the screen you go back to the end of chat or remain in position where you've moved finger away from the screen.
Expected behavior
Can scroll messages in the chat up and down
Actual behavior
If scroll up and remove finger from the screen - end of chat is shown instead of scrolling up to previous messages
Reproduction
Additional Information
version 0.9.26 (6406) node a6d69ed
Can't reproduce on real Galaxy S6 with Android 6.0.1 and on real Xiaomi Redmi 4 wtih Android 7
Logs
Tf session: https://app.testfairy.com/projects/4803622-status/builds/8559654/sessions/4398732690/?accessToken=Qv-2PggPzX5DMAz-ZJYwjIx6P-g
The text was updated successfully, but these errors were encountered: