Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS - 14.x.x #215

Open
adrien-citrus opened this issue May 17, 2021 · 1 comment
Open

iOS - 14.x.x #215

adrien-citrus opened this issue May 17, 2021 · 1 comment

Comments

@adrien-citrus
Copy link

adrien-citrus commented May 17, 2021

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 :

						<VideoPlayer
							onBack={() => this.setState({ replayPlaybackId: null }) }
							fullscreen={true}
							ref={(ref) => { this.player = ref }}
							resizeMode='contain'
							ignoreSilentSwitch='ignore'
							source={{ uri: replayPlaybackId }}
							fullscreenOrientation='portrait'
							onBuffer={() => console.log('buffering replay ...')}
							onError={e => console.log('error playing video : ', e)}
							style={styles.videoContainer}
						/>

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 👏🏼

@adrienfloor
Copy link

Anyone pleeease ? 🤞🏼😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants