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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to