Tuesday, October 26, 2010

Hide soft keyboard on Android on default focus of EditText widgets

Activity's android:windowSoftInputMode="stateHidden"  hides soft keyboard on EditText widgets that get default focus. This annoying issue manifests on Android devises that don't have a physical keyboard.   Put this in AndroidManifest.xml

2 comments:

avn said...

Thanks for that tip!

Vlad said...

You are welcome