TheWidlarzGroup / react-native-video

A <Video /> component for react-native
http://thewidlarzgroup.github.io/react-native-video/
MIT License
7.12k stars 2.88k forks source link

Show video controls by default when paused #3138

Open mmckinley8 opened 1 year ago

mmckinley8 commented 1 year ago

Feature Request

I have a video that I want to start paused. This works, however, the user must tap on the paused thumbnail in order to see the controls. The controls should show by default, not require the user to tap on the still image.

Why it is needed

Possible implementation

Code sample

happyfloat commented 1 year ago

Yeah, somehow this behaviour changed with iOS 16. Any solution?

nikkizol commented 1 year ago

is there any solution?

freeboub commented 1 year ago

tagged as good first issue, should not be hard to implement

happyfloat commented 1 year ago

@vemarav any chance to have a look at this one too 🥇 ?

Qurat-ul-ainn commented 1 month ago

Do you fine any solution?