Stremio / stremio-shell

🐚 Qt5-based shell for Stremio; compile this to run the desktop app
GNU General Public License v3.0
581 stars 128 forks source link

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

Open ptfpinho23 opened 3 days ago

ptfpinho23 commented 3 days ago

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:

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

Ivshti commented 1 day ago

the stremio UI within stremio-shell shouldn't use

this deserves further investigation

ptfpinho23 commented 1 day ago

@Ivshti I'll drop here the PR - https://github.com/Stremio/stremio-shell/pull/423