Android soft keyboard hides inputs from CordovaWebView when in fullscreen
问题 I have a CordovaWebView that presents some html forms. When i focus on an input field, the Android's soft keyboard pops up and, for certain fields, according to their position, it gets on top of it. Basically, it is not resizing the layout of CordovaWebView. Whatever i do, i can't change this, and it is said that it is related to the fact that the CordovaWebView is in fullscreen mode. How can i accomplish to resolve this? PS: is it, or not, a bug? Thank you all! 回答1: In fact, it is a well