-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Auto-correct / word suggestion does not work with Swiftkey/Samsung keyboard #2010
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
Comments
The reason you're not getting suggestions is here: Line 2005 in 2610330
TYPE_TEXT_VARIATION_VISIBLE_PASSWORD shows a keyboard for password fields. That's why you don't see suggestions, even if Removing that input type should fix your issue, but as mentioned in #2015, a bug similar to the swipe one appears. |
This is great! Thanks! |
You're welcome. There's something I want to add: |
May
|
what about buildozer |
Fixed via #2692 |
Does not work with Microsoft SwiftKey (kivy: 2.2.0) |
Versions
Devices & keyboards:
Description
When editing
TextInput
word suggestion tab does not show above Swiftkey/Samsung keyboardSwipe dos not work as well (path shows up on Samsung keyboard but no word shows up).
Google Voice input works fine.
Setting
keyboard_suggestions
to True (which is suppose to be True by default) does nothing.As Kivykeyboardtester-0.5-debug.apk by @inclement gives exactly the same behavior I wonder whether it is my phone/keyboard fault or I do something wrong, or something is wrong with SDK2 (sorry if this was reported earlier).
I get the same behavior in the new Kivy Launched and when I build an apk.
I remember having the same issue about a year ago (and it was reason to stop playing with kivy). I remember that old Kivy Launcher (based on pygame and python2?) was working fine.
I would appreciate any hints.
The text was updated successfully, but these errors were encountered: