Replies: 2 comments 3 replies
-
The only workaround I can think of would be to invoke the native API to hide the keyboard - on a text input I believe:
should work; another approach that should work on any input widget would be:
There are iOS-specific APIs though - they won't work on any other platform. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the hints! My different attempts all miserably failed for now (a bit beyond my competence...), but as a temporary workaround, just reloading the window content worked: I'll check later if I manage to use this _impl.native, as that really opens infinite doors :D |
Beta Was this translation helpful? Give feedback.
-
Hi, im still fairly new to toga but making quick progress with my Android app. What I'm struggling with right now is the fact that when I change focus after having performed summer user input in a text fields, the keyboard remains open.
I saw that there is already an engagement"iOS App needs a "native" way to remove keyboard from view #1236" but it's already quite old and open. Maybe someone had the same issue and found a workaround?
Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions