-
Notifications
You must be signed in to change notification settings - Fork 986
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
Unable to swipe through composer link previews in case of multiple links message #16599
Comments
Unassigning as I couldn't reproduce locally |
@ibrkhalil so in your case swiping of multiple previews is working fine? Could you please share a video of how it works locally? Thank you! |
Blocked by #16457 |
It works after a few tries, So I can confirm this is an issue. |
Screen_recording_20230819_225913.mp4So I get that it has some issues with having to try multiple times to get it, Because it conflicts with composer's gesture. |
I am not able to swipe no matter how many times I'm trying. |
I remember fixing this issue during development, before releasing the first version of the link previews. I'm not surprised this bug exists tbh, but I think something changed in the composer that caused brought this bug to surface. |
I will take a look at this one. |
Fix the unreliable swipe behavior of link previews in the chat composer. In many occasions, we noticed the horizontal scroll wasn't being triggered properly or not at all. In other occasions, the swipe gesture would incorrectly register a press on the parent `Touchable` component. Fixes #16599
Fix the unreliable swipe behavior of link previews in the chat composer. In many occasions, we noticed the horizontal scroll wasn't being triggered properly or not at all. In other occasions, the swipe gesture would incorrectly register a press on the parent `Touchable` component. Fixes #16599
Steps:
Actual result: Unable to swipe through link previews
telegram-cloud-document-2-5296414263378720340.mp4
Expected result: user is able to swipe through link previews
Additional Information
The text was updated successfully, but these errors were encountered: