Allow video player to extend into safe areas on iOS

This commit is contained in:
Arkadiusz Fal
2025-11-15 11:21:59 +01:00
parent caeea2a1cd
commit bc8adc6348

View File

@@ -48,7 +48,7 @@ struct ContentView: View {
#endif
}
#if os(iOS)
.overlay(videoPlayer)
.overlay(videoPlayer.edgesIgnoringSafeArea(.all))
.sheet(isPresented: $navigation.presentingShareSheet) {
if let shareURL = navigation.shareURL {
ShareSheet(activityItems: [shareURL])