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
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
We're using react-native-video in conjunction with this library to show lock screen controls for videos. Everything works as expected, but we're running into a problem when locking the phone after the video is in full screen mode, and the native iOS controls take over.
Steps to reproduce:
Play a video in fullscreen with native iOS controls
Lock the phone
Playback controls are disabled
We've tried to call setNowPlaying when full screen is enabled, but that did not resolve the issue.
Screenshot: Lock screen controls working as expected
Screenshot: Lock screen controls are greyed out when locking the phone from full screen (native iOS controls)
Here's the code that we call when the component mounts:
The text was updated successfully, but these errors were encountered:
gkuettel
changed the title
[iOS] Music controls disabled if video is played in fullscreen
[iOS Device] Music controls disabled if video is played in fullscreen using native iOS controls
Jan 25, 2021
gkuettel
changed the title
[iOS Device] Music controls disabled if video is played in fullscreen using native iOS controls
[iOS Device] Music controls disabled if video is played in full screen using native iOS controls
Jan 25, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We're using
react-native-video
in conjunction with this library to show lock screen controls for videos. Everything works as expected, but we're running into a problem when locking the phone after the video is in full screen mode, and the native iOS controls take over.Steps to reproduce:
We've tried to call
setNowPlaying
when full screen is enabled, but that did not resolve the issue.Screenshot: Lock screen controls working as expected
Screenshot: Lock screen controls are greyed out when locking the phone from full screen (native iOS controls)
Here's the code that we call when the component mounts:
Here's the code we call when the video instance loads
Platform
Device
The text was updated successfully, but these errors were encountered: