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

Controls disappears in full screen #515

Open
VladimirMoroz95 opened this issue Apr 26, 2023 · 1 comment
Open

Controls disappears in full screen #515

VladimirMoroz95 opened this issue Apr 26, 2023 · 1 comment

Comments

@VladimirMoroz95
Copy link

Hi, plyr controls disappear when users open fullscreen mode with a double click.

<vue-plyr
  ref="plyr"
  :key="playerKey"
  :options="youtubePlayerVars"
  class="youtube-player"
>
  <div
    id="player"
    class="plyr__video-embed"
    @ready="emitReady"
    @playing="emitPlaying"
    @pause="emitPaused"
    @ended="emitEnded"
  >
    <iframe
      type="text/html"
      :src="`https://www.youtube.com/embed/${url}`"
      frameborder="0"
    />
  </div>

export const YOUTUBE_PLAYER_VARS = {
autoplay: 1,
modestbranding: 1,
showinfo: 0,
seekTime: 15,
fullscreen: { enabled: true, fallback: true, iosNative: true, container: null as any, quality: { default: 720 } }
};

"vue-plyr": "6.0.4"

@gagres
Copy link

gagres commented Feb 27, 2024

Same problem here, anyone has any updates?

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