How to get touch events when the user is typing with a soft keyboard on Android -
in research project need obtain touch event when user typing soft keyboard. possible if draw soft keyboard on imageview , set touchlistener imageview, have figure out key user typing on. reimplementing soft keyboard. wondering if there way can set touchlistener view of existing soft keyboard , both touch event , text?
you'll want use keyevent see this: http://developer.android.com/reference/android/view/keyevent.html
Comments
Post a Comment