You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/02 11:04:44 UTC

[GitHub] [cordova-plugin-statusbar] to-svarghese opened a new issue #209: StatusBarOverlaysWebView ignoring from preference in latest version of android too

to-svarghese opened a new issue #209:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/209


   
   It is said  in the documentation that,  <preference name="StatusBarOverlaysWebView" value="true" /> will be default for Android versions higher than 5. But in real it is  not taking the default value  or not even if we set  <preference name="StatusBarOverlaysWebView" value="true" /> in config.
   
   I had to use  StatusBar.overlaysWebView(true); onDeviceReady to make the overlay true in Android.
   
   Cordova-plugin-statusbar: 2.4.3
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] mosabab commented on issue #209: StatusBarOverlaysWebView ignoring from preference in latest version of android too

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #209:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/209#issuecomment-772901938


   I agree with @to-svarghese that the preference (StatusBarOverlaysWebView) not work.
   
   Only the current temp solution is to use:
   `StatusBar.overlaysWebView(true);`


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] breautek commented on issue #209: StatusBarOverlaysWebView ignoring from preference in latest version of android too

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #209:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/209#issuecomment-737171439


   Can you take a moment to test the development version of the plugin? I believe this would be resolved by https://github.com/apache/cordova-plugin-statusbar/pull/171 which hasn't been released yet.
   
   You can install the development version directly from git by using:
   
   `cordova plugin add https://github.com/apache/cordova-plugin-statusbar`


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] CodeWithOz commented on issue #209: StatusBarOverlaysWebView ignoring from preference in latest version of android too

Posted by GitBox <gi...@apache.org>.
CodeWithOz commented on issue #209:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/209#issuecomment-775988294


   @breautek are there any changes that can be made in light of [this development](https://piunikaweb.com/2021/01/07/did-samsung-one-ui-3-0-android-11-update-remove-option-to-hide-camera-cutout/)? That PR works only if the camera cutout is hidden on the Samsung devices mentioned in that article. Otherwise the statusbar is still shifted down further than desired.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] mosabab edited a comment on issue #209: StatusBarOverlaysWebView ignoring from preference in latest version of android too

Posted by GitBox <gi...@apache.org>.
mosabab edited a comment on issue #209:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/209#issuecomment-772901938


   I agree with @to-svarghese that the preference (StatusBarOverlaysWebView) not work.
   
   Only the current temp solution is to use:
   `StatusBar.overlaysWebView(true);` 
   At onDeviceReady event


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org