Fully reload the page when the content size changes. Issue #1642

This commit is contained in:
Maurice Parker 2020-01-17 12:53:50 -07:00
parent 3c1668c178
commit 34984551c6
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class WebViewController: UIViewController {
}
@objc func contentSizeCategoryDidChange(_ note: Notification) {
reloadHTML()
fullReload()
}
// MARK: Actions