You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First let me thank you for the amazing work here, great and useful module !
I have an issue though while using it on iOS 14 : the seeking bar and the volume are displayed, but no sign of the pause button, back button and full-screen button. When I try the same code with iOS 13 it works as expected, with all the controls present.
I did not find any helping issues, #144 and #118 didn't really change anything for me.
I'm using :
"react-native": "^0.62.2",
"react-native-video": "^5.1.1",
"react-native-video-controls": "^2.8.1"
Am I doing something wrong ? Do you think there could be a problems between versions I use here ?
Thank you very much, any help would be much appreciated ! And thanks again for the great work 👏🏼
The text was updated successfully, but these errors were encountered:
Hey there
First let me thank you for the amazing work here, great and useful module !
I have an issue though while using it on iOS 14 : the seeking bar and the volume are displayed, but no sign of the pause button, back button and full-screen button. When I try the same code with iOS 13 it works as expected, with all the controls present.
I did not find any helping issues, #144 and #118 didn't really change anything for me.
I'm using :
"react-native": "^0.62.2",
"react-native-video": "^5.1.1",
"react-native-video-controls": "^2.8.1"
Here is my player :
Am I doing something wrong ? Do you think there could be a problems between versions I use here ?
Thank you very much, any help would be much appreciated ! And thanks again for the great work 👏🏼
The text was updated successfully, but these errors were encountered: