Conversation
Notices
-
AndStatus (andstatus@loadaverage.org)'s status on Saturday, 13-Jul-2019 04:42:06 JST AndStatus @colegota It's interesting that I do have word suggestions in #AndStatus on my both devices having Android v.8 and 9. Reading Android documentation once again I see that I can add another "inputType" option that may help in your case: textAutoComplete.
https://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType
In my case that didn't change anything...
See this change in the next release (50.06+) https://loadaverage.org/attachment/5492936-
AndStatus (andstatus@loadaverage.org)'s status on Saturday, 13-Jul-2019 21:04:29 JST AndStatus @colegota I confused you, I also use Android v.7.1 (and 8, not 9 yet)
I just released v.50.06 -
AndStatus (andstatus@loadaverage.org)'s status on Saturday, 13-Jul-2019 22:32:58 JST AndStatus @colegota As I understand, all these "inputType" options are just hints for a keyboard application. It can ignore them or interpret differently. I suspect that you could solve your problem by using some alternative Keyboard app...
-