Skip to content

Conversation

matvp91
Copy link
Member

@matvp91 matvp91 commented Jul 16, 2019

Fixes #1918.

You're able to seek on iOS, but I'm not fully confident yet. Might be a good idea to extend the touchable surface in height in shaka.ui.RangeElement.

Copy link
Member

@joeyparrish joeyparrish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks reasonable to me. We'll want to do some testing on iOS, Android, and ChromeOS touch screens to make sure it's working as expected before we release this.

@shaka-bot
Copy link
Collaborator

All tests passed!

@joeyparrish joeyparrish merged commit c9bc10d into shaka-project:master Jul 16, 2019
AnteWall pushed a commit to AnteWall/shaka-player that referenced this pull request Jul 17, 2019
Use touch events to sync the range element's value when the bar is touched.

This means you no longer have to touch the tiny ball on the seek bar on iOS.

Fixes shaka-project#1918
TheModMaker pushed a commit that referenced this pull request Jul 19, 2019
Use touch events to sync the range element's value when the bar is touched.

This means you no longer have to touch the tiny ball on the seek bar on iOS.

Fixes #1918
shaka-bot pushed a commit that referenced this pull request May 12, 2020
The UI seek bar on touch screen devices was broken in PR #2036 and
v2.5.4 - v2.5.11 for live content.  VOD content, which starts at 0,
was unaffected.

This fixes the range calculations for touch events to correctly
account for the minimum seek range.

Closes #2558

Change-Id: Ic3f6230d88703fd0ea1c9bc15057c0656b1dc42f
joeyparrish added a commit that referenced this pull request May 13, 2020
The UI seek bar on touch screen devices was broken in PR #2036 and
v2.5.4 - v2.5.11 for live content.  VOD content, which starts at 0,
was unaffected.

This fixes the range calculations for touch events to correctly
account for the minimum seek range.

Closes #2558

Backported to v2.5.x

Change-Id: Ic3f6230d88703fd0ea1c9bc15057c0656b1dc42f
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI: Seek bar doesn't work on iOS
3 participants