expo-video-player icon indicating copy to clipboard operation
expo-video-player copied to clipboard

Added controlsStyle props

Open clwy-cn opened this issue 2 years ago • 2 comments

Allows user to pass controlsStyle props.

When you playing in full screen, the full screen button may gets blocked on some devices . You can adjust the position of the controls with controlsStyle props.

image

For example:

<VideoPlayer
  // ... others
  controlsStyle={{
    bottom: 24,
    left: 12,
    right: 12,
  }}
/>
image

clwy-cn avatar Feb 09 '23 02:02 clwy-cn

Would love to see this PR get merged!

AngadSethi avatar Oct 15 '23 08:10 AngadSethi

how to hide controller

official-Hypercodez avatar Jun 18 '24 04:06 official-Hypercodez