mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: comment detail
This commit is contained in:
@@ -145,7 +145,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
|
|||||||
<Video
|
<Video
|
||||||
ref={videoRef}
|
ref={videoRef}
|
||||||
source={videoSrc}
|
source={videoSrc}
|
||||||
// textTracks={textTracks} // breaks playback
|
// textTracks={textTracks} // breaks playback on iOS, see pr body
|
||||||
className="absolute inset-0"
|
className="absolute inset-0"
|
||||||
fullscreen={true}
|
fullscreen={true}
|
||||||
fullscreenOrientation="landscape"
|
fullscreenOrientation="landscape"
|
||||||
|
Reference in New Issue
Block a user