-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No word suggestions for keyboards #1
Comments
@atcq Thanks for the hint. I didn't notice this (I didn't even know that it is possible with kivy). |
Sweet! |
@atcq Yes the project is open source. You can contribute to the project if you like. Feel free to fork the repo, work on the issue or new idea/enhancement and make a pull request. It would be cool to have a solid app, where users can switch between translators. Such an app does not exist as far as I know. That's why I made this app and open sourced it in the first place. So feel free anytime to help me improve it if you have time and will. |
On Android 10 (LOS 17.1 on OnePlus 6) i don't get the suggestion bar. Tried with SwiftKey and Android Keyboard (AOSP).
Read a little bit in the kivy documentation.
It seems like
keyboard_suggestions = True
should handle that for keyboards for the TextInput widget. In the Doc it seems it should default to true but is only available ifinput_type = 'text'
which should also be as default. Though the version of kivy you're using is fairly old and the Doc was for the current stable version. Maybe you have to set it explicitly?Nice little App though 👍🏻
The text was updated successfully, but these errors were encountered: