Closed murat-mehmet closed 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.
Just found about interfaceBehavior: 'hidden' which fixed my problem
interfaceBehavior: 'hidden'
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.