You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/18 18:09:16 UTC

[GitHub] [cordova-plugin-statusbar] canado opened a new issue #154: Status bar visible after focus into input / StatusBar.hide() not working

canado opened a new issue #154: Status bar visible after focus into input / StatusBar.hide() not working
URL: https://github.com/apache/cordova-plugin-statusbar/issues/154
 
 
   # Bug Report
   - Android
   - CLI 7.1.0
   - Orientation landscape
   - config.xml
   <plugin name="cordova-plugin-statusbar" source="npm" />
   <preference name="StatusBarOverlaysWebView" value="true" /> 
   <preference name="StatusBarBackgroundColor" value="#000000" />
   <preference name="StatusBarStyle" value="lightcontent" />
   ## Problem
   When the user focus on an **input** text field, the keyboard appears but also the status bar
   When trying to hide the status bar in focusin event with StatusBar.hide() the status bar is not hidding. 
   Also when calling StatusBar.hide() on focusout, the status bar is still not hiding.
   Also when calling StatusBar.hide() with a little setTimeout 500ms the status bar is not hidding
   
   
   ### What is expected to happen?
   When using StatusBar.hide() the status bar should disappear
   
   
   ### What does actually happen?
   When using StatusBar.hide() the status bar is not hidding
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   Please note that if an alert is invoked the status bar is disappearing 
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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