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-439438487
 
 
   Got it.
   
   ---
   
   The following answers: What is going on here?
   
   I duplicated the app so I have one with plugin (and the bug), and one 
without. Then I remote debugged both using Chrome:
   
   With plugin, no matter if I am in the input or not I have this 
representation of the Webview in devtools:
   
![image](https://user-images.githubusercontent.com/183673/48632011-247d8a80-e9c0-11e8-8e0a-4c4a9c74da24.png)
   
   Without the plugin, I have two different states:
   
![image](https://user-images.githubusercontent.com/183673/48632047-34956a00-e9c0-11e8-8ce7-d7cac7cf5550.png)
   (Note that this is also a few pixels less high - as the toolbar is not 
applied onto the webview and thus is not part of this screenshot)
   But as soon as I have the cursor in the input and the keyboard pops up:
   
![image](https://user-images.githubusercontent.com/183673/48632069-48d96700-e9c0-11e8-9fab-e13189d4cd0e.png)
   
   This tells me that with the plugin, the webview is not really resized when 
the keyboard appears but stays the same size, making the input field disappear 
behind the keyboard.
   
   Next question: Why?
   

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