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