How to detect the keyboard on the android window - Titanium Appcelerator -
i need verify existence of keyboard in window of android app ... problem can not test focus / blur input, , need check keyboard ... see official documentation appcelerator , functionality ios ... have solution?
keyboardvisible property ios:
http://docs.appcelerator.com/platform/latest/#!/api/titanium.app-property-keyboardvisible
on ios can listen keyboardframechanged event. android, might able use 1 of these modules.
Comments
Post a Comment