Allow iOS scroll to top

This commit is contained in:
Jackson Harper 2023-05-04 14:09:49 +08:00
parent 8e504df6f7
commit 4317fcf853

View file

@ -144,7 +144,7 @@ extension WebReaderCoordinator: WKNavigationDelegate {
func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
scrollView.contentInset.top = readerViewNavBarHeight
navBarVisibilityRatio = 1
return false
return true
}
}
#endif