0
I’m making a mobile app that has screens on Fragment with Drawer, and in them EditText
, but I’m having a problem that by clicking on EditText
and then click away, or click the menu the keyboard does not disappear, and disturbs viewing both the rest of the form and the Drawer menu.
And if I go back home where there isn’t EditText
it continues on the screen the keyboard. How to close?
I had this problem too, I used this [tip][1]
 
 
 [1]: http://stackoverflow.com/questions/1109022/close-hide-the-android-soft-keyboard
– Everson Moura