pixelfed / mobile-app

Placeholder app repo for issues
https://github.com/pixelfed/pixelfed-rn
95 stars 3 forks source link

Accidental Taps #126

Closed jboucher614 closed 7 months ago

jboucher614 commented 11 months ago

Getting accidental taps when scrolling. Occurs when scrolling down, and the lower content hasn't loaded. Scrolling down again over an image is treated as tapping on that image, which opens it in full screen view.

App version 1.0.0.33 (also on lower versions)

Android 13 OneUI 5.1 Samsung S22 Ultra

d4f5409d commented 11 months ago

It occurs here too

realpixelcode commented 9 months ago

Do you mean the behaviour described in #139, @jboucher614?

jboucher614 commented 9 months ago

Do you mean the behaviour described in #139, @jboucher614?

Yes, this is the same issue

realpixelcode commented 9 months ago

I just closed #139 as a duplicate.

dansup commented 7 months ago

This is fixed in Android v1.0.0.43, I disabled singleTaps on Android (double taps will still work)

You can tap the 3 dot menu then View Post to view the post screen.