I am enabling orientation change in focusChangeListener
of an edittext
in my app.
It is working fine, but the issue is if the user flips the keyboard to landscape mode keyboard disappears.
It will come up only if user tap on edittext
again or change orientation to portrait mode.
I need to display keyboard in landscape mode without touching the edittext
.
Please help me.