-
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
Bug in the keyboard event listener #2423
Comments
Well you didn't get an answer there kivy/kivy#7374 However I think nobody understands what is going on as shown by: |
@RobertFlatt Yes, most likely the problem is with p4a, or rather with sdl, and the bug is old, and not related to Google, they are doing well |
Months later, I think this may be due to the event listener not returning a boolean, |
For my example, this did not solve the problem. But now |
Hi everyone, has this bug been fixed yet? |
Fixed in |
When I click on the input field, the event handler that is declared in the init method stops working (events like 'back') , but if I switching focus away from the whole app, then back again, the handler starts working until I click on the text field again.
All this I tested with:
api: 27, 28, 29, 30
ndk: 19b, 19c, 20b, 21e
p4a branch: develop, master, release-2019.06.06, release-2020.06.02
p4a.bootstrap = sdl2
android.arch = armeabi-v7a
,arm64-v8a
Code: https://pastebin.com/RJH6abdG
1613572739534.mp4
The text was updated successfully, but these errors were encountered: