Related to: https://bugs.webkit.org/show_bug.cgi?id=150634
On iOS 8 and 9, WKWebView subtracts the keyboard height from window.innerHeight. Since we already shrink the frame when shrinkView is enabled, this is not necessary and causes window.innerHeight to be too small.
Related to: https://bugs.webkit.org/show_bug.cgi?id=150634
On iOS 8 and 9, WKWebView subtracts the keyboard height from window.innerHeight. Since we already shrink the frame when shrinkView is enabled, this is not necessary and causes window.innerHeight to be too small.