This commit is contained in:
Fredrik Burmester
2024-09-25 07:42:36 +02:00
parent 94b6de6066
commit eff12b7350

View File

@@ -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}
/>