Make safari view ignore safe area so theres no bottom gap

This commit is contained in:
Jackson Harper 2023-12-07 09:55:28 +08:00
parent 0c8eecf3fb
commit 7bece652ae

View file

@ -463,6 +463,7 @@ struct WebReaderContainerView: View {
#if os(iOS)
.fullScreenCover(item: $safariWebLink) {
SafariView(url: $0.url)
.ignoresSafeArea(.all, edges: .bottom)
}
.fullScreenCover(isPresented: $showExpandedAudioPlayer) {
ExpandedAudioPlayer()