apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 986 forks source link

Set `contentInsetAdjustmentBehavior` to `Never` #1335

Closed ailinykh closed 1 year ago

ailinykh commented 1 year ago

Closes #1334

dpogue commented 1 year ago

Cordova setting this by default would be removing control from application developers.

Management of the safe-area content insets is to be handled by the web content using the <meta name="viewport"> tag with viewport-fit=cover.

See also #989, #965, #905, #924, etc.