mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make browser full screen for ipad
This commit is contained in:
parent
91c15d78dc
commit
6d61e6c9ae
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ struct WebReaderContainerView: View {
|
|||
}, label: { Text(LocalText.readerSave) })
|
||||
}
|
||||
#if os(iOS)
|
||||
.sheet(item: $safariWebLink) {
|
||||
.fullScreenCover(item: $safariWebLink) {
|
||||
SafariView(url: $0.url)
|
||||
.ignoresSafeArea(.all, edges: .bottom)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue