Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
atlesque opened this issue Jan 31, 2022 · 2 comments
Open

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

atlesque opened this issue Jan 31, 2022 · 2 comments

Comments

@atlesque
Copy link

To reproduce:

  • Open a playlist page on an iOS device (iPhone, iPad, ...)
  • Play a track
  • Seek forward in the track
  • Seek backward again
  • The playback cursor is misaligned by about 1-2 seconds

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
Copy link
Owner

sudara commented Feb 1, 2022

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants