Android Question Missing cursor in Editbox

Taha

Member
Licensed User
Longtime User
Maybe I searched bad or maybe it is by default, but I have missing blinking cursor in focused editbox. I need to show cursor, how can I achieve that? Thanks!

Edittext Input type is NONE.
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Have you tried to use another inputtype? Maybe THIS is the issue (setting it to NONE (dont expecting a input))
 
Upvote 0

Taha

Member
Licensed User
Longtime User
Ok, you are right - the input type affects the presence of a cursor. Trying IME library did not help - when clicking on edittext the screen keyboard appears for a while anyway.
 
Last edited:
Upvote 0
Top