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

2020-01-06 Thread GitBox
dpogue commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-571269015 I will say again that this is **not** a Cordova bug. If you are seeing problems then it's related to your

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

2019-10-10 Thread GitBox
dpogue commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-540912506 @lovelyelfpop It *is* configurable, via your page, using `viewport-fit=cover`. That causes WKWebView to

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

2019-10-01 Thread GitBox
dpogue commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-537089284 @jespertheend Are you setting `viewport-fit=cover` in your meta `viewport` tag?

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

2019-08-28 Thread GitBox
dpogue commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-525789256 > the container will only fill the screen partially until the device is rotated, which to me is where the

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

2019-08-27 Thread GitBox
dpogue commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-525385985 Try setting the body or the body's first child to `height: 100vh`? I've noticed a difference between `100%`

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

2019-07-26 Thread GitBox
dpogue commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-515543092 It is not the job of Cordova to make those decisions. It is up to the app developer to say what they want

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

2019-07-26 Thread GitBox
dpogue commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-515525257 1. What is the value of the `viewport` meta tag? 2. Is the body's first child element using `height: