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

2018-11-16 Thread GitBox
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-439472320
 
 
   Sorry, I don't understand. Did you move the app top bar down a bit so it 
looks normal?
   If so, can you confirm the broken behaviour is gone as soon as the statusbar 
does not overlay the webview any more?


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 commented on issue #110: Cordova Status Bar Plugin hides the input when the keyboard appears

2018-11-16 Thread GitBox
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



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

2018-11-16 Thread GitBox
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



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

2018-11-16 Thread GitBox
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-439377526
 
 
   Oh right, there it is in white font. But it overlays the webview on my app, 
is this expected? Don't see that in your screenshots of the original app.
   
   
![screenshot_20181116-132208](https://user-images.githubusercontent.com/183673/48621088-b6769a80-e9a2-11e8-822f-9fb725c2e078.png)
   
   


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 commented on issue #110: Cordova Status Bar Plugin hides the input when the keyboard appears

2018-11-15 Thread GitBox
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-439145721
 
 
   Ok, have it running (had to delete `node_modules` and run `npm i`) on my 
Android device (Nexus 5, Android 6.0.1):
   
   1. I see no statusbar at all by default.
   2. When I tap into the "Message" input field, the keyboard pops up and the 
input fields disappears. 
   3. Removing the plugin makes the statusbar appear and the input field is 
visible over the keyboard when tapping into it.
   
   Everything as expected?


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 commented on issue #110: Cordova Status Bar Plugin hides the input when the keyboard appears

2018-11-15 Thread GitBox
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-439128763
 
 
   Please create a repository on Github and upload the code there. That can be 
checked out and tested directly on  the command line. THanks.


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 commented on issue #110: Cordova Status Bar Plugin hides the input when the keyboard appears

2018-11-14 Thread GitBox
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-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 commented on issue #110: Cordova Status Bar Plugin hides the input when the keyboard appears

2018-11-14 Thread GitBox
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-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. 
Are you up for creating this project and putting it up on Github and posting 
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



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

2018-11-14 Thread GitBox
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-438635134
 
 
   Ahem, I see big screenshots - but not really what is going on and what is 
wrong. Could you resize and annotate maybe?


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 commented on issue #110: Cordova Status Bar Plugin hides the input when the keyboard appears

2018-11-13 Thread GitBox
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-438258625
 
 
   What platform?
   What versions of everything?


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