开发者

android form field hiding by virtual keyboard stateVisible|adjustResize|adjustPan is not working

开发者 https://www.devze.com 2023-03-23 15:18 出处:网络
i have a form which contains 12 textview and editText. when i want to input some data in the last editText of screen, virtual keyboard is hidding it. I tried the following but it did开发者_如何转开发n

i have a form which contains 12 textview and editText. when i want to input some data in the last editText of screen, virtual keyboard is hidding it. I tried the following but it did开发者_如何转开发nt work.

android:windowSoftInputMode="stateVisible|adjustResize|adjustPan"

any suggestion on this?

In some devices like HTC Hero it is working fine. while in another devices like samsung , motorola, xperia this problem is arrising.


  1. Try to put everything in a scrollview

  2. use android:windowSoftInputMode="stateVisible|adjustResize"

0

精彩评论

暂无评论...
验证码 换一张
取 消