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 posit
I have the same problem and i found out it is a well known bug.
A workaround could be that u write a plugin that disables the fullscreen just before the softkeyboard pops up and reenables it afterwards.