Hi All,
In my App, I have multiple Text feilds and Buttons in a View. When i click on textfield i will get a get a keyboard, Suppose when i click on some other button the keyboard must resign/remove, in iOS we can use "textfeild.blur()" it will resign, But as i told i have multiple Textfeilds is there any common method to remove, Just like we have in Andriod
Ti.UI.Android.hideSoftKeyboard();