MohittPattel commented on issue #1919:
URL: 
https://github.com/apache/cordova-android/issues/1919#issuecomment-5692404471

   > Depends what you use from the status bar plugin. The core functionality of 
this plugin was moved to the cores of cordova-android 15.0.0 and cordova-ios 
8.0.0. So you should use minimum cordova-ios 8.0.0. For e.g. the preference 
`StatusBarBackgroundColor` can be used without the plugin 
cordova-plugin-statusbar.
   
   I removed the plugin and this is how I'm using in my config in this I 
checked turning edge to true in that case it was spreading to end overlaying 
the nav bar and status bar and in case of false value its giving me the gap.
   
       <preference name="android-targetSdkVersion" value="36" />
       <preference name="AndroidEdgeToEdge" value="false" />


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

Reply via email to