gpt4 book ai didi

android强制键盘可见

转载 作者:行者123 更新时间:2023-11-29 14:10:45 25 4
gpt4 key购买 nike

我的函数,从 onResume() 运行不会导致键盘出现。

我做错了吗?

private void showKeyboard() {
InputMethodManager mgr = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
mgr.showSoftInput(txtSearch, InputMethodManager.SHOW_FORCED);
txtSearch.requestFocus();}

最佳答案

软键盘有时会很棘手。我相信最后一行 txtSearch.requestFocus() 是不必要的,实际上可能会把事情搞砸。通过让键盘在 txtSearch 上显示 SHOW_FORCED,您已经在告诉它获得焦点。

关于android强制键盘可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3517704/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com