ARMistice commented on issue #965:
URL: https://github.com/apache/cordova-ios/issues/965#issuecomment-838128801


   > @ARMistice We have said many times, we **will not** set 
`UIScrollViewContentInsetAdjustmentNever` because it removes control from the 
app author. Every app should define their content inset behaviour with the 
`viewport-fit` meta tag, it is not up to Cordova to make that decision.
   > 
   > The solution to content not filling the screen after adding the meta tag, 
is to use `height: 100vh` instead of `height: 100%`.
   
   @dpogue Many thanks for this hint, I am sorry if I missed these solution. In 
the time as it appears a few years ago, I couldn't solve it with a lot of tries 
using viewport-fit tag and layout changes using full screen display on xcode. 
But perhaps (I cannot remember anymore) I haven't tried the "height: 100vh;" 
solution. Should this go into the body style, if I want a complete full-screen 
experience in Android and iOS? 
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to