Open mcdurdin opened 3 years ago
Toward https://community.software.sil.org/t/spell-checking-in-keyman/5256/3:
I'm fairly certain that this is currently impossible to do on Apple devices:
Because a custom keyboard can draw only within the primary view of its
UIInputViewController
object, it cannot select text. Text selection is under the control of the app that is using the keyboard. If that app provides an editing menu interface (such as for Cut, Copy, and Paste), the keyboard has no access to it. A custom keyboard cannot offer inline autocorrection controls near the insertion point.
For iOS: UILexicon
apparently allows us to offer suggestions from user's local dictionary (contacts, etc). May be helpful. But yes, iOS so much more limited than Android.
LTCT2022 - requested user dictionary (not just access to local dict but custom dict I guess?)
Finally found an "in" for Android: https://developer.android.com/guide/topics/providers/content-provider-basics#Basics
I've now spun off the user-dictionary-oriented components to #11872, as I didn't see an existing issue devoted to that work item.
This is a container issue for a list of related issues:
OS integration: