onKeyListener not working with soft keyboard (Android)

前端 未结 6 621
太阳男子
太阳男子 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:21

    onKeyListener worked perfectly on Android 1.5 via the soft keyboard

    From Android 1.6 onwards the character and number keys are not going via the onKey event, yet the DEL key does

    Frustrating

提交回复
热议问题