[Question] Dispose keyboard in input text or app and set cursor position #1918
Unanswered
fsalazarsch
asked this question in
Q&A
Replies: 1 comment
-
UPDATEI fornd the solution , i had to remove multiline=True, and the leyboard is not displayed anymore, the problem goes when i loose the focus on textfield, and when i do: self.screen.focus() or self.screen.focus = True |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I don't want to use the keyboard in my Android app, specifically in my TextField, so i put read_only=True,in my TextField, but i also want to see a cursor, becose I am using a dropdown to fill the textview, so i tried to use ft.KeyboardType.NONE, but it seems not working
In addittion to this, it seems there is no property to get the cursor position or hide counter_text property
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions