podverse / podverse-rn

Podverse mobile app written in React Native for iOS, Android, and F-Droid
https://podverse.fm/about
GNU Affero General Public License v3.0
218 stars 36 forks source link

Front screen fingerprint unlock causes playback jump #2201

Open EricKerby opened 2 months ago

EricKerby commented 2 months ago

On devices such as my Pixel 7 Pro which have a fingerprint reader integrated beneath the front screen, I frequently have an issue where when fingerprint-unlocking, the reader is placed right on top of the playback timeline and causes a jump to the middle of an episode as I release my finger.

Desired behavior: when unlocking the screen, the playback timeline should not accept tap input until the finger is released and the user taps again.

lovegaoshi commented 2 months ago

maybe this triggers onLongPress ... otherwise its most likely a system limitation, sorry.