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/05/07 14:15:54 UTC

[GitHub] [cordova-ios] dpogue edited a comment on issue #965: iOS 12 and 13 pushing footer buttons beyond safe area

dpogue edited a comment on issue #965:
URL: https://github.com/apache/cordova-ios/issues/965#issuecomment-834440035


   @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%`.


-- 
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:
users@infra.apache.org



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