android - EditText typing is slow

后端 未结 5 2143
囚心锁ツ
囚心锁ツ 2021-02-09 22:05

I\'ve got an EditText that is SLOW to respond when typing. The lag is annoying enough to cause me to find a solution. I did some research and found an SO thread EditText laggi

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-09 22:49

    I found that switching off the predictive text helped.

    android:inputType="text|textNoSuggestions"
    

提交回复
热议问题