Android Question edittext loose focus

merlin2049er

Well-Known Member
Licensed User
Longtime User
I've got an edittext box, after an enter_pressed event (and done hit on the keyboard) the cursor still blinks on that edittext box.

How do I remove the focus from that box?
 

stevel05

Expert
Licensed User
Longtime User
Hi Robert,

You need to create a new thread for this question, and explain what you mean. Invoke blur() on what?
 
Upvote 0

Arf

Well-Known Member
Licensed User
Longtime User
I'm having a similar problem - I created an invisible editText and set the focus to that to lose focus of the box I want to lose focus on, but when I set focus to the invisible box of course the keyboard appears - which I don't want. Can I prevent that somehow? In the designer I have got inputtype set to NONE.
 
Upvote 0
Top