开发者

onKey not called in Froyo 2.2

开发者 https://www.devze.com 2023-01-12 08:31 出处:网络
I have several EditText fields that I reformat on the fly as the user types by looking for onKeyEvents from a onKeyListener on the views.On a phone running 2.1 update 1 and a phone running 1.6, everyt

I have several EditText fields that I reformat on the fly as the user types by looking for onKeyEvents from a onKeyListener on the views. On a phone running 2.1 update 1 and a phone running 1.6, everything works correctly. On a HTC EVO running 2.2, the on开发者_开发技巧Key sub is never called. The activity implements View.onKeyListener, and setOnKeyListener(this) is set for each of the EditText views.

0

精彩评论

暂无评论...
验证码 换一张
取 消