page content don't scroll when keyboard shows phonegap

后端 未结 3 679
清歌不尽
清歌不尽 2020-12-08 21:49

In my application the registration I have an issue when I try to type in field the keyboard hides the other fields those are the screenshots

3条回答
  •  时光说笑
    2020-12-08 22:37

    if you use phonegap build

    try to add this in config.xml, it helps me out from the same issue:

    
            android:windowSoftInputMode="stateVisible"
     
    

    thanks Manuel to point out the parameter windowSoftInputMode="stateVisible"

提交回复
热议问题