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

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -