Dialogplus with soft keyboard.
How to restrict the DialogPlus dialog to move up when soft keyboard is opened in android
Do you mean above keyboard, but not overlay?
Hi Orhan, thank you for your great library,
I have the same question, How to move dialog above the keyboard ? For android native dialog there is sample like this:
dialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
But in DialogPlus we can't get window. Thanks for your time.
i am using this library and i have edittext and spinner in layout...when i tap on edit text keyboard opens up upon the dialog(overlay)..i want to show dialog above keyboard if keyboard shows....
How can i achieve this ?
@mnnit-LaltuKumar I have same issue, How did you solved it ?
i the same issue, someone find the solution ?