GiphyAPI icon indicating copy to clipboard operation
GiphyAPI copied to clipboard

GIF Stickers- GIF page is not getting scrolled out when user navigates on last visible control using swipe gesture

Open FennyMReddy opened this issue 2 years ago • 0 comments

When Screen reader is turned ON, in the Gif stickers screen, when the User swipes right form the last visible sticker, the screen does not scroll to the next row and show the tickers.

Please follow the below steps to reproduce the issue:

  • Turn on screen Reader.
  • Navigate to the Gif stickers screen.
  • Tap on the last visible sticker on the screen. Screen reader reads out the sticker name.
  • Try to swipe right. Observe the behavior.

The expectation is when the User swipes right from the last visible item, the control should scroll to next row and select/highlight the 1st item in the next row.

With the existing GIF library we are using, this is not happening. We are using the GiphyFragment class to render the GIF stickers and provided the required accessibility tag (content description). We require assistance on how to achieve the above mentioned usecase.

https://user-images.githubusercontent.com/108296257/194345628-001caf86-ae1e-4fef-9aa1-ba7981fe5d25.mp4

FennyMReddy avatar Oct 06 '22 14:10 FennyMReddy