iOS App has no attribute 'hide_cursor' #1235
Labels
bug
A crash or error in behavior.
good first issue
Is this your first time contributing? This could be a good place to start!
iOS
The issue relates to Apple iOS mobile support.
Describe the bug
Calling the method
hide_cursor()
on atoga.App
causes the app to crash with:To Reproduce
Steps to reproduce the behavior:
toga.App
) call:self.hide_cursor()
Expected behavior
The method is documented here
Not sure what to expect, really, (the description, rather tautologically, says "hides cursors") but at the very least not to crash?
What I was really trying to achieve was to hide the keyboard from view (also because the
focus()
method on non-input fields seems to be a no-op?).Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
toga==0.2.15
toga-cocoa==0.2.15
toga-core==0.2.15
Additional context
It would be good to have a way to make the "soft" keyboard disappear in iOS, as it obscures half the screen, and Toga does not appear to have a means to achieve that.
The text was updated successfully, but these errors were encountered: