Android soft keyboard hides inputs from CordovaWebView when in fullscreen

前端 未结 3 374
春和景丽
春和景丽 2020-12-31 18:41

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

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 19:48

    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.

提交回复
热议问题