android form field hiding by virtual keyboard stateVisible|adjustResize|adjustPan is not working
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.
Try to put everything in a scrollview
use android:windowSoftInputMode="stateVisible|adjustResize"
精彩评论