Turns out my issue was with the inappbrowser-wkwebview instead which makes use
of this plugin https://github.com/dpa99c/cordova-plugin-inappbrowser-wkwebview
It's the same fix as #45 and I added it to line 612 of CDVInAppBrowser.m
`#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 110000
if (@available(iOS 11.0, *)) {
[self.webView.scrollView
setContentInsetAdjustmentBehavior:UIScrollViewContentInsetAdjustmentNever];
}
#endif`
[ Full content available at:
https://github.com/apache/cordova-plugin-wkwebview-engine/issues/53 ]
This message was relayed via gitbox.apache.org for [email protected]