bluebubbles-app icon indicating copy to clipboard operation
bluebubbles-app copied to clipboard

Android app does not respect Android's built in spell check

Open clubtech opened this issue 5 years ago • 11 comments

When typing a message in the app, the app does not underline in red misspelled words like other apps (tested in English and Hebrew). Tested both on an Android phone and Chromebook using the android app.

clubtech avatar Jan 24 '21 16:01 clubtech

@clubtech This is an issue with the CupertinoTextField widget for Flutter. Here is a link to the docs: https://api.flutter.dev/flutter/cupertino/CupertinoTextField-class.html

Unfortunately, I don’t think this is possible to change at this time. I WISH it was, or else I would. I hate the Flutter context menu/text field highlighting, lol. I will keep this open and backlog it, so hopefully when we revisit this, Flutter will have implemented a better way for us to use the system stuff

zlshames avatar Feb 01 '21 13:02 zlshames

Thanks for your reply and efforts. Is there really no way to have spell check in the app? It doesn't have to be Android's native spellcheck, but as a texting app I think a spell checker is a must.

Thank you!

clubtech avatar Feb 01 '21 17:02 clubtech

Thanks for your reply and efforts. Is there really no way to have spell check in the app? It doesn't have to be Android's native spellcheck, but as a texting app I think a spell checker is a must.

Thank you!

What I do know is that the text field supports auto correction. What I don't know if it supports actual spell checking. I will look into it for you

zlshames avatar Feb 01 '21 17:02 zlshames

Ahh, so I found this open Flutter ticket: https://github.com/flutter/flutter/issues/34688

Looks like they don't support it yet :( Once they support it, I'll be sure to update to that version and get it working

zlshames avatar Feb 01 '21 17:02 zlshames

Thank you very much!

clubtech avatar Feb 01 '21 17:02 clubtech

I'm not sure if this issue is related, but I had a similar experience with Flutter limitations. https://github.com/BlueBubblesApp/BlueBubbles-Android-App/issues/672

sabogalc avatar Jun 14 '21 18:06 sabogalc

Yup, they are related

zlshames avatar Jun 14 '21 19:06 zlshames

Has there been any update on this issue? Spell check in a texting app is pretty much a must.

clubtech avatar Apr 27 '22 21:04 clubtech

We basically support the same functionality as Google Messages, ie misspelled words are autocorrected but intentionally misspelled words are not underlined in red. Flutter is still working on adding support for the underlining

tneotia avatar Apr 27 '22 21:04 tneotia

Just wanted to bring this issue back up to see if there are any possible solution here, maybe Flutter added better support for Android's spell check and misspelled words underlining? I noticed Google Messages started to support this recently.

clubtech avatar Nov 13 '22 18:11 clubtech

There is no underlining support still, the app would automatically be upgraded to that when its available.

tneotia avatar Nov 13 '22 18:11 tneotia