-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Can't type anything into textinput using new toolchain #1102
Comments
Would you be able to download and run the apk at http://inclem.net/files/Kivykeyboardtester-0.5-debug.apk ? If you could follow the instructions, it will end with emailing me some information about what keyboard events kivy is receiving. I never got the app ready to publish publicly, but I think it should work for this. |
Fantastic, that's extremely useful, thanks! |
Aritodo reported that this happens with the minuum keyboard. |
@khertan reports:
|
I have same problem like @khertan. I try installing @inclement's app but it always crash and close at first test (I only can type 'One two three' then it crash). My phone: Samsung Galaxy A9 Pro with Android 7.0 |
The problem is really the ZenUI Keyboard on Asus, switching to google keyboard i didn't have that problem
|
I try building my app with android_old command (that use pygame instead of SDL) then I can type everything I want 😃. |
This may have been improved by the move to sdl2.0.9. |
I'm going to provisionally close this because it seems there's a good chance it's been fixed by SDL2.0.9. We know of various bugs that have been fixed, and @vanphong1310's observation of improvements on Linux is also a good sign. This can be reopened if the issue still occurs, please feel free to comment if that's the case. |
I have just tried to build again with sdl2 2.0.9. |
Versions
buildozer android debug
Description
TextInput
does not allow any symbols to be entered (except clipboard)The problem exists on several devices. On the others there are not any problems.
I think, it can be referenced to kivy/kivy#5043, but not sure where the problem is: in kivy or in python-for-android.
Problem does not appear in old toolchain
Devices with problem confirmed (using stock keyboard only):
Code
Even app returning a single
TextInput
won't work.The text was updated successfully, but these errors were encountered: