GitToTheHub commented on issue #1967:
URL: 
https://github.com/apache/cordova-android/issues/1967#issuecomment-4907023023

   Maybe we can add a workaround for `--safe-area-inset-*` beeing 0? The 
article 
https://medium.com/androiddevelopers/make-webviews-edge-to-edge-a6ef319adfac 
shows how to set `--safe-area-inset-*` css variables by JavaScript from the 
native code. This can be used if the safe-area-inset-* css environment 
variables are 0. Is this the only reason for using your custom plugin?
   
   Also I see your fork depends on a 
[fork](https://github.com/XxAdi101xX/cordova-plugin-statusbar/tree/feature/addGetStatusBarHeightMethod)
 which lies [39 commit 
behind](https://github.com/XxAdi101xX/cordova-plugin-statusbar/compare/feature/addGetStatusBarHeightMethod...apache%3Acordova-plugin-statusbar%3Amaster)
 which points to a `3.0.0-dev` version of `cordova-plugin-statusbar`. The 
current released version is 
[4.0.0](https://github.com/apache/cordova-plugin-statusbar/commit/8b9ec7a546e0e6c6ae7d4443c810761f1af4b2bc).
   
   You can still use `cordova-plugin-statusbar` in cordova-android 15.x. If it 
is your custom one and depends on the released version 4.0.0 of 
`cordova-plugin-statusbar`, your custom plugin should work.


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