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

Playback begins unexpectedly when seeking during pause state on Android Edge browser #2960

Open
Eundong opened this issue May 14, 2024 · 0 comments

Comments

@Eundong
Copy link

Eundong commented May 14, 2024

Description

On the Android Edge browser, when seeking through a video using the mediaelement.js player during a paused state, the video unexpectedly starts playing sound and video, although the player controls still indicate that the video is paused (i.e., the play button remains active).

Steps to Reproduce

  1. Open mediaelement.js demo in the Android Edge browser.
  2. Play any video and pause it.
  3. Attempt to seek to a different position in the video using the playback bar.

Expected Behavior

The video should remain paused with no playing, and the play button should continue to be visible, allowing the user to manually start the video.

Actual Behavior

Upon seeking, the video starts playing while the control bar still displays the play button, indicating that the video is paused. This creates a confusing user experience as the audio plays despite the player appearing to be paused. It should be remained paused.

Additional Information

  • Browser: Edge on Android 124.0.2478.87
  • OS: Android 14
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

1 participant