Replies: 1 comment 2 replies
-
In the original implementation, AAIdrive had some blocking elements in the redraw loop that caused some input lag, and so the progress bar touch handler only allowed input every 0.5 seconds. This could probably be tightened now that the redraw loop has pushed most things to async updates, let me try that out! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
last year I metioned that on iOS one had the ability to move the slider of the current track.
It was implemented on the spot.
Thanks again.
Now I was wondering.
I seem to remember it being more responsive.
Now you can "tap" on a certain spot on the slider and the track will jump to that timestamp.
Is there a way to make it "draggeble" ?
I tried doing so, but it seems to have an severe "input lag".
When I dragged over the slider, the track jumped to a few time stamps, but only ever second as it seems.
Is there some kind of refresh rate for the UI ?
Beta Was this translation helpful? Give feedback.
All reactions