janpio commented on issue #110: Cordova Status Bar Plugin hides the input when 
the keyboard appears
URL: 
https://github.com/apache/cordova-plugin-statusbar/issues/110#issuecomment-439441478
 
 
   Ok, this got me thinking: Is it really the presence of the plugin causing 
the behavior or is it actually the usage of some specific functionality?
   
   I changed the code in `onDeviceReady` to read:
   ```
       //StatusBar.overlaysWebView(true);  
       //StatusBar.styleBlackTranslucent();
       StatusBar.backgroundColorByName("red");
   ```
   Now I have a red statusbar, and the input field is still visible above the 
keyboard.
   
   Conclusion: The presence of the plugin is not the problem, the usage of 
specific features of it might cause this.
   
   ---
   
   My guess would have been `StatusBar.overlaysWebView(true);`, but your 
screenshot @tharunkumar0 does show a statusbar in the screenshot with the bug. 
Can you explain? What exactly are you using of the plugin in your original app?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to