如何在离子应用程序中禁用键盘中的单词建议条

时间:2017-11-14 10:07:15

标签: android cordova ionic-framework keyboard passwords

我想在我的离子应用程序keyboard with word suggestion strip中禁用单词建议(键盘上方的线,因此这个th th th th thik) 我尝试过autocomplete =“off”,autocaptiliaze =“off”以及所有这些属性,但它们无法正常工作

Keyboard without word suggestion strip when it is of type keyboard

我想要一个没有单词建议条的键盘..就像密码类型一样......任何人都可以建议任何有用的东西......我想要离子cordova应用程序的解决方案不是原生的android或ios < / p>

1 个答案:

答案 0 :(得分:0)

您可以通过在xml Edittext 中添加以下行来禁用软键盘上的建议。

android:inputType="textNoSuggestions"

快乐的编码!!