You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/03 19:41:57 UTC

[GitHub] [cordova-plugin-wkwebview-engine] terreng commented on issue #108: Content dimensions incorrect at startup on iPhone X

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org