onKeyListener not working with soft keyboard (Android)

前端 未结 6 622
太阳男子
太阳男子 2020-11-30 07:07

I am using onKeyListener to get the onKey events. It works fine with the normal keyboard. But it does not work with soft keyboard. I am only able to get onKey events for num

6条回答
  •  迷失自我
    2020-11-30 07:24

    This seems to be device specific. I can confirm that this works on the Xoom and the Acer A100. However, the Samsung Galaxy Tab Plus only fires the event for the non-character buttons. (All devices running Honeycomb)

提交回复
热议问题