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

Video Playback - play/pause - not working within the app #742 #422

Open
ptfpinho23 opened this issue Nov 24, 2024 · 2 comments
Open

Video Playback - play/pause - not working within the app #742 #422

ptfpinho23 opened this issue Nov 24, 2024 · 2 comments

Comments

@ptfpinho23
Copy link

ptfpinho23 commented Nov 24, 2024

It's currently not possible to pause or play videos within stremio-core app by left clicking with the mouse within the video element. This functionality does work correctly in the non-embedded - web version.

Investigation

After further investigating this, I believe the issue stems from how the WebEngineView embedded in the app handles event propagation, specifically:

  • Click events within the <video> element do not seem to propagate correctly - from the QML layer onto the actual web elements.
  • As a result the web element is unable to process click events to toggle play & pause.

Steps to reproduce:

  1. Open stremio app and load a video
  2. Click on the video to attempt to toggle pause - observe that the action doesn't trigger pause as expected.

Environment

  • Stremio: 4.4.168
  • web ui: 4.4.172
  • server: 4.20.8
  • Platform/OS: Linux (Arch); Windows 11 22h2
@Ivshti
Copy link
Member

Ivshti commented Nov 26, 2024

the stremio UI within stremio-shell shouldn't use

this deserves further investigation

@ptfpinho23
Copy link
Author

@Ivshti
I'll drop here the PR - #423

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