BigPauseButtons#

This component dynamically adds specific control buttons when it detects a mobile device. The controls buttons include a large pause button and large skip forward/backward buttons.

  • The component checks if the user is on a mobile device.
  • The skip buttons are hidden when the video is paused or during live streaming.
  • The large pause button is displayed when the video is playing.

Initialization#

This button is enabled by default for the KWIKplayer theme and is only available in the KWIKplayer theme. If you want to add this button to another theme, you need to configure it in the options.

To do so, ensure that components responsible for big buttons are included in the player. You can specify this by setting children: ['bigPlayButton', 'bigPauseButtons'].

Note: This configuration will override the default list of children, so be sure to include all required components.

Additionally, custom CSS styles are necessary to ensure the button displays correctly in your chosen theme.