sampotts / plyr

A simple HTML5, YouTube and Vimeo player
https://plyr.io
MIT License
26.37k stars 2.92k forks source link

Pause and play on click overlay in mobile #2809

Open madromas opened 1 month ago

madromas commented 1 month ago

Clicking anywhere on video is not working on mobile. On desktop I can click anywhere on video and it will play and stop no problems. But it is not working in mobile.

vis97c commented 1 month ago

Currently experiencing the same behavior. My workaround was to use an overlay on mobile alongside the togglePlay method

madromas commented 1 month ago

In theory should be simple enough to set a <div onclick="togglePlay();>". I didn't play around with it yet. Wanted to see what developers have to say. Maybe there is an easy fix somewhere in options...