android softkeyboard - To Hide soft keyboard or virtual keyboard on loading the fragment -


there 2 edit text boxes in fragment.whenever fragment loaded activity soft-keyboard appears on screen covering half of tablet screen.i want hide soft keyboard whenever fragment loaded activity.the soft-keyboard should appear on clicking or tapping edit text boxes.

padma's comment prevent soft keyboard ever coming in application, doesn't sound want since have edittext's need input somewhere.

you close soft keyboard whichever edittext on view when it's loading:

inputmethodmanager imm = (inputmethodmanager)getsystemservice(context.input_method_service);             imm.hidesoftinputfromwindow(findviewbyid(r.id.your_edit_text).getwindowtoken(), 0); 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -