开发者

setTextFilterEnabled(true) : not working

开发者 https://www.devze.com 2023-03-27 20:43 出处:网络
I have a listview application. When I run the application, setTextFilterEnabled() is working because there is a keyboard. I installed this application into a real Android phon开发者_如何学运维e. setTe

I have a listview application. When I run the application, setTextFilterEnabled() is working because there is a keyboard. I installed this application into a real Android phon开发者_如何学运维e. setTextFilterEnabled() is not working because of no keyboard. How it will work? The phone contains only four buttons and no keybord. How this is possble?

Or what should I do?


Try holding down the menu button. This brings up the virtual keyboard. If that works, you can give your users a hint (for example, using a Toast) that they can do that. Or, you can provide a button somewhere that pops open the virtual keyboard (have a look at InputMethodManager).

0

精彩评论

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