chaimPaneth / react-native-jw-media-player

React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)
MIT License
193 stars 92 forks source link

Hiding play/pause when paused #266

Closed murat-mehmet closed 1 year ago

murat-mehmet commented 1 year ago

We have story screen that needs to have zero controls, no play/pause, seekbar or rewind buttons. But on ios they are always shown when paused. We tried controls={false} and viewOnly={true} but it doesn't work.

murat-mehmet commented 1 year ago

Just found about interfaceBehavior: 'hidden' which fixed my problem