RedReader icon indicating copy to clipboard operation
RedReader copied to clipboard

[Bug] Back gesture works twice in photo viewing screen

Open Leonidius20 opened this issue 1 year ago • 2 comments

Preconditions:

  • Android system is configured to use gesture-based navigation as opposed to the 3-button navigation
  • You are viewing an image post in full screen

If you try to close the image using the back gesture, not only does it close the image, but also goes back to the previous screen. For example, if you start the app, from the home screen choose All Posts, and then open an image post there, after trying to close the image you will get back all the way to the Home Screen.

The expected result, however, is that you only get back to the All Posts screen.

This issue was not present in 1.23. It appeared in 1.24 and remains in 1.24.1.

I am using Android 12.

Thanks you in advance!

Leonidius20 avatar Aug 28 '24 20:08 Leonidius20

I can also replicate this. One thing that is worth noting is the back gesture is triggered before it's released and again after navigation when it's released:

  1. Open an image/video in full screen mode.
  2. Start the back gesture from the edge of the screen (without releasing).
  3. RedReader will navigate back to the list of posts after ~0.5 a second. (A < indicator will still be shown until you take your finger off the screen).
  4. When you end the touch by taking your finger off the screen a second back action is triggered (normally taking you back to the home screen).

Hopefully the above makes sense, feel free to ask if you've got any questions

FloatingOctothorpe avatar Sep 08 '24 07:09 FloatingOctothorpe

I believe this behavior is triggered by the default "Tap to close images/videos" feature. I disabled it, but it does seem unintentional and annoying.

JarOfGibbons avatar Jun 13 '25 20:06 JarOfGibbons