terreng commented on issue #108: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-892114379
For anyone reading over all this, wading through different answers: reapplying #45 is the real solution here. Add `[wkWebView.scrollView setContentInsetAdjustmentBehavior:UIScrollViewContentInsetAdjustmentNever];` before `wkWebView.UIDelegate = self.uiDelegate;` in `CDVWebViewEngine.m` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
