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

   > So you mean this could be added to the status bar plugin?
   
   No -- I mean we should avoid adding in hacks to workaround a problem in the 
Apache codebase which we would then have to maintain for an extended period of 
time. Sometimes it is necessary but in this particular case where the issue is 
resolved upstream already in the android webview -- just requires a modern 
webview version installed on the user device.
   
   The real problem is with any workarounds implemented today will get obsolete 
in the near future -- and it will involve setting a custom CSS variable instead 
of using the proper `env(safe-area-inset-*)` variable. If we implement a 
workaround in the core framework, then apps will start depending on the custom 
variable instead and removing the workaround will become very difficult and 
become migration pain point. Therefore Apache shouldn't take responsibility on 
that front.


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