diff --git a/components/FullScreenVideoPlayer.tsx b/components/FullScreenVideoPlayer.tsx index 2729aa98..c1201a98 100644 --- a/components/FullScreenVideoPlayer.tsx +++ b/components/FullScreenVideoPlayer.tsx @@ -370,7 +370,10 @@ export const FullScreenVideoPlayer: React.FC = () => { onLoad={(data) => (max.value = secondsToTicks(data.duration))} onError={handleVideoError} playWhenInactive={true} + allowsExternalPlayback={true} playInBackground={true} + pictureInPicture={true} + showNotificationControls={true} ignoreSilentSwitch="ignore" fullscreen={false} />