mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Allow iOS scroll to top
This commit is contained in:
parent
8e504df6f7
commit
4317fcf853
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ extension WebReaderCoordinator: WKNavigationDelegate {
|
|||
func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
|
||||
scrollView.contentInset.top = readerViewNavBarHeight
|
||||
navBarVisibilityRatio = 1
|
||||
return false
|
||||
return true
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue