I have some dialog with EditText
fields. when i want to fill some EditText
the keyboard is opened and I can't fill some fields above. i should close the keyboards and after click on EditText
above. How can I make my dialog scrollable when the keyboard is on to avoid closing the keyboard?
Try:
dialog.getWindow().setSoftInputMode(
WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With