Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (keyboard)
Viewing all articles
Browse latest Browse all 352

Hide soft keyboard for android and ios

$
0
0

Hi guys,

If you would like to know how to hide soft keyboard in android and ios:

signUpView.addEventListener('click',function(e){
     if(Ti.Platform.osname == 'android'){
          if(e.source.toString() != '[object TextField]'){
               Ti.UI.Android.hideSoftKeyboard();
          }
     } else {
          if(e.source != '[object TiUITextField]'){
               textField.blur();
          }
     }
});
please let me know if you guys have a better method.

Thank You


Viewing all articles
Browse latest Browse all 352


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>