Replies: 1 comment
-
Yes we already investigated that and it is not possible on ios... I can only propose that you switch to a custom ui for full screen. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to limit the seeking of a video to the position to user has watch up to (we capture this onProgress). I can do it if i implement my own controls but as soon as we go full screen and i seek the video using the fullscreen controls, onSeek is not called and the state.isSeeking in onPlaybackStateChanged remains false when seeking, only isPlaying is updated to false. Is there a way to listen for these remote events im missing? on iOS i should add, seems to be ok on Android
Beta Was this translation helpful? Give feedback.
All reactions