Fully reload the page when the content size changes. Issue #1642
This commit is contained in:
parent
3c1668c178
commit
34984551c6
|
@ -177,7 +177,7 @@ class WebViewController: UIViewController {
|
|||
}
|
||||
|
||||
@objc func contentSizeCategoryDidChange(_ note: Notification) {
|
||||
reloadHTML()
|
||||
fullReload()
|
||||
}
|
||||
|
||||
// MARK: Actions
|
||||
|
|
Loading…
Reference in New Issue