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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
