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 2020/01/17 04:30:43 UTC

[GitHub] [cordova-plugin-statusbar] Manidos commented on issue #154: Status bar visible after focus into input / StatusBar.hide() not working

Manidos commented on issue #154: Status bar visible after focus into input / StatusBar.hide() not working
URL: https://github.com/apache/cordova-plugin-statusbar/issues/154#issuecomment-575459733
 
 
   
   **package.json**
   
   ```
   "dependencies": {
       "cordova-android": "^8.1.0",
       "cordova-plugin-splashscreen": "^5.0.3",
       "cordova-plugin-statusbar": "^2.4.3"
     }
   ```
   
   **config.xml**
   
   ```
       <preference name="Orientation" value="portrait" />
       <preference name="Fullscreen" value="true" />
   ```
   **This is what's going on on my side, maybe be relevant**
   
   When an input element is focused status bar is displayed as well as keyboard. When an input element is blurred status bar doesn't go away. However, if I call `window.StatusBar.hide()` at app initialization the problem is gone, that is, status bar doesn't show up on input focus.

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