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

HTML 5 Video seekbar not working when exporting apk to cordova. #1592

Closed
3 tasks done
Ernesto-Lorenzo12 opened this issue Apr 12, 2023 · 1 comment
Closed
3 tasks done

Comments

@Ernesto-Lorenzo12
Copy link

Bug Report

Problem

Dragging video timeline not working, including fast forward and backward

What is expected to happen?

Can skip time skip

What does actually happen?

Seekbar not working when testing out on Android emulator and an actual device.

Information

Command or Code

I'm using a simple html5 video tag code:

<video controls poster="assets/images/history_event_img/event_1.png"> <source src="assets/videos/dummy_video.mp4" type="video/mp4" id="dummy_video"> </video>

Environment, Platform, Device

I'm using Android Emulator: Pixel XL API 32

Version information

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
@breautek
Copy link
Contributor

Duplicate of #1494

@breautek breautek marked this as a duplicate of #1494 Feb 15, 2024
@breautek breautek closed this as not planned Won't fix, can't repro, duplicate, stale Feb 15, 2024
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