francois-n-dream opened a new issue, #1465: URL: https://github.com/apache/cordova-android/issues/1465
# Bug Report ## Problem 1. I created a clean cordova project 2. Added cordova platform android 10.0.2 3. Build the app on a device with a camera notch => The safe-area is considered. 4. Run ``cordova platform remove android`` 5. Run ``cordova platform add [email protected]`` 6. Run ``cordova run android`` => The safe-area is not considered anymore Only change I made in the ``config.xml``: ``` <preference name="Fullscreen" value="true" /> ``` ### What is expected to happen? Using css padding safe-area-insets should add a safe-area padding ### What does actually happen? The padding for the safe-area is not added when using ``[email protected]`` ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device - Huawei P30 Lite, Android - Google Pixel 6 ### Version information cordova: 11.0.0 npm 8.11.0 ## Checklist - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
