You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is this needed?
I have run into some issues due to "adjustPan" (like rows covering the system status bar and random focus issues with soft keyboards) and would like to use the "adjustResize" option but when I try it, the keyboard just flashes up and down and I can't enter anything.
Is there a special reason why we must use "adjustPan"?
The text was updated successfully, but these errors were encountered:
In your README you have this:
Attention! If you use EditText based form elements, make sure you set "windowSoftInputMode" to "adjustPan"
Do it in your manifest:
Or programmatically in the onCreate method of your activity
@OverRide
protected void onCreate(Bundle savedInstanceState) {
}
Why is this needed?
I have run into some issues due to "adjustPan" (like rows covering the system status bar and random focus issues with soft keyboards) and would like to use the "adjustResize" option but when I try it, the keyboard just flashes up and down and I can't enter anything.
Is there a special reason why we must use "adjustPan"?
The text was updated successfully, but these errors were encountered: