AnySoftKeyboard / AnySoftKeyboard

Android (f/w 2.1+) on screen keyboard for multiple languages.
http://anysoftkeyboard.github.io/
Apache License 2.0
2.88k stars 831 forks source link

Word suggestion not enabled in messages app #3587

Open fryorcraken opened 1 year ago

fryorcraken commented 1 year ago

Word suggestion works fine for most apps but is systematically disabled in my SMS app.

SMS app is Messages 7.155. Stock app on Oneplus 7.

AnySoftKeyboard 1.11.177

Android version 12.

fryorcraken commented 1 year ago

Screenshot_2022-12-24-11-20-02-14_fc704e6b13c4fb26bf5e411f75da84f2.jpgScreenshot_2022-12-24-11-20-44-24_cf3cf72bd8e53b0db7ddb0a6f2208af9.jpgScreenshot_2022-12-24-11-16-37-22_fc704e6b13c4fb26bf5e411f75da84f2.jpg

alchemiker commented 1 year ago

This is an issue not of AnySoftKeyboard (ASK), but of your SMS app. Apps can specify different kinds of text input fields, like passwort ones and also some without suggestions. If you are curious, you can go from the main screen of ASK to the three-dot-menu in the upper right corner > Finetuning > Developer tools. There you find different examples of input fields you can try out, and there is also one with inputType=textNoSuggestions. So if the developers of your SMS app decided to put for whatever reason this property on the text message field, ASK respects that and shows no suggestions. I have this issue too with a text file app. Maybe that's some privacy feature so that the words you type are not used to expand one's suggestion dictionary, who knows?