question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android 6.0.1 TextInput: Spacebar nor swipe nor autocomplete works?

See original GitHub issue

I’m having a number of issues with TextInput on Android 6.0.1 (stock Nexus device) using python3crystax. My .kv just is a standard TextInput… Nothing fancy. Nonetheless:

  1. The space bar does not insert anything.
  2. The first letter does not default to a capital letter.
  3. The keyboard shown does not have word predictions or allow swiping to enter words; only a single letter at a time. It also has the numeric row showing by default, which is weird.

I’ve tried Config.set('kivy', 'keyboard_mode', 'system') to no avail. Any ideas? I find it very weird that Kivy’s default doesn’t seem to use the system keyboard in text mode on a mobile device. I’ve also tried different input_type values, and none of them seemed to change anything. I’m using 1.9.2dev from commit 1b4e49b6f1789cc74efa325aa74c749f132755fe.

I’m using the stock keyboard on 6.0.1: English (US) Google Keyboard. Normally this keyboard has swipe, word completion, etc. None of that seems to be working. Also, interestingly, I can press “enter” for newlines, but no spaces.

Since this isn’t a known issue and it’s super weird, I’ve went ahead and deleted both ~/.buildozer and the local .buildozer folders in my project, then rebuilt. This did not fix the issue.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:2
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
inclementcommented, Oct 16, 2017

@rlimaeco I’m not aware of anyone having looked into it, although it’s near the top of my list of things to attack.

1reaction
akshayauroracommented, Sep 13, 2016

I have seen the same issue with the new toolchain. The new toolchain does override the IME methods but does not account for the IME… we need to hook into sdl2 for this. Will look into this tonight as I need it for my own app too now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Swiping right on the Gboard spacebar doesn't work with ...
Mine does not work by swiping on the space bar. I keep looking up how to use auto fill and I'm finding nothing....
Read more >
[MOD][XPOSED][5.0+] Exi for Swiftkey [2.7.1][2020.09 ... - XDA Forums
If you use swipe-on-spacebar and have been having trouble with the cursor seemingly getting stuck or acting like it's in another position, this...
Read more >
Microsoft SwiftKey Android Support Forums – SwiftKey
Then, instead of moving the cursor within the text box itself, place your finger on the space bar. Tap and drag left or...
Read more >
Stop default Autocomplete behavior when hitting spacebar
For example, if you enter an identifier that is not in the list and press TAB, in completion mode the entry would replace...
Read more >
[Solved]-Disable MipMapping
How to Disable autocomplete in UITextView iPhone keyboard · Disable UITableView ... Ad-hoc Testing is Not working on an iPod Touch but works...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found