vinayakkulkarni / v-clappr

👏🏻Vue.js wrapper for Clappr media player
https://v-clappr.netlify.app
MIT License
26 stars 7 forks source link

Controls are still visible with `controls` set to `false` #1874

Open BastianBrouwers opened 2 months ago

BastianBrouwers commented 2 months ago

Controls are still visible with controls set to false

Settings:

<v-clappr
        el="preview-player-video__video"
        :source="videoUrl"
        :options="{
          width: '100%',
          height: '100%',
          autoPlay: true,
          playback: {
            preload: 'metadata',
            disableContextMenu: true,
            controls: false,
            playInline: false,
            minimumDvrSize: null,
            externalTracks: [],
            hlsjsConfig: {},
            shakaConfiguration: {},
          },
        }"
      />

Output:

image

It seems like the option controls only disables the duplicate of controls that appear when controls is set to true: image

vinayakkulkarni commented 1 month ago

Can you please create a stackblitz or codesandbox repro ?

github-actions[bot] commented 1 month ago

A stale label has been added to this issue because it has been open 15 days with no activity. To keep this issue open, add a comment within 5 days.

github-actions[bot] commented 6 days ago

A stale label has been added to this issue because it has been open 15 days with no activity. To keep this issue open, add a comment within 5 days.