gpt4 book ai didi

android - keyOutputText 在软键盘上不起作用

转载 作者:行者123 更新时间:2023-11-30 01:48:25 24 4
gpt4 key购买 nike

keyOutputText 在软键盘上不起作用。

>         <Key android:keyEdgeFlags="left" android:keyOutputText=".net" android:keyLabel=".net"/>
> <Key android:keyOutputText=".org" android:keyLabel=".org"/>
> <Key android:keyOutputText=".gov" android:keyLabel=".gov"/>
> <Key android:keyEdgeFlags="right" android:keyOutputText=".tw" android:keyLabel=".tw"/>

如上,但它不会向压力按钮写入任何内容。

最佳答案

我找到了解决方案..

@Override public void onText(CharSequence text) {

    InputConnection ic = getCurrentInputConnection();
ic.commitText(text, 0);


}

关于android - keyOutputText 在软键盘上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33386917/

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