sudara / alonetone

A free, open source, non-commercial home for musicians and their music
https://alonetone.com
MIT License
346 stars 89 forks source link

Seek cursor doesn't correspond with playback position on iOS #1172

Open atlesque opened 2 years ago

atlesque commented 2 years ago

To reproduce:

Expected: The cursor to keep correct alignment.

This bug is also present on the user's page, when playing a track and seeking, the cursor misses alignment by the same amount,

sudara commented 2 years ago

Thanks for all of the QA! I like your reproduction steps, nice work.

Question: By "cursor" do you mean this gray line to the left of the orange playback line that stays in place while the orange playhead moves?

IMG_1168

We should remove that gray cursor completely on mobile, as it's an "on hover" cursor to show that the area is seekable.

But maybe you mean something else, like you expect the orange playhead to be further forward or backward based on some math/metric?...

atlesque commented 2 years ago

Yes, sorry for the late reply: I meant the orange playhead which seems off, probably due to some math which is different on mobile display.