[GitHub] janpio edited a comment on issue #110: Cordova Status Bar Plugin hides the input when the keyboard appears

2018-11-16 Thread GitBox
janpio edited a comment 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
 
 
   Understood.
   
   ---
   
   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



[GitHub] janpio edited a comment on issue #110: Cordova Status Bar Plugin hides the input when the keyboard appears

2018-11-14 Thread GitBox
janpio edited a comment 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-438766049
 
 
   Best minimize the HTML as well so it is really just the needed elements then 
please.


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



[GitHub] janpio edited a comment on issue #110: Cordova Status Bar Plugin hides the input when the keyboard appears

2018-11-14 Thread GitBox
janpio edited a comment 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-438662302
 
 
   And without the statusbar plugin, you get the same result as in the browser?
   
   I think it would be important to have a super simple project that replicated 
the problem here. Meaning: `cordova create`, add the platform and this plugin 
and some minimal html code that replicated this behaviour so one can test it. 
Please create such a project and put it up on Github and post the link here.


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