androidtitaniumappceleratorandroid-softkeyboard

Keyboard does not hide on window load


I am using Titanium for android app development. Can anyone suggest how to hide keyboard on window load. I have tried textfield.blur(), SOFT_KEYBOARD_HIDE_ON_FOCUS... but it's still not hiding.


Solution

  • You can try with Ti.UI.Android.hideSoftKeyboard()