Android Question Ignore clicks on activity when keyboard is visible?

Arf

Well-Known Member
Licensed User
Longtime User
I have a few EditText boxes, and once I click on one to enter info with the keyboard, I don't want to be able to click on any screen elements until I've clicked 'Done' on the keyboard to enter the text.

Is there any built-in method of making the keyboard behave like that or should I create an invisible panel to overlay the activity when any boxes are clicked or something like that?

Thanks
 
Last edited:

Arf

Well-Known Member
Licensed User
Longtime User
Mmm, I created an invisible panel and overlay the whole activity when any EditTexts get focus, and remove the panel when DONE is pressed, but I can still click on the other editTexts and select them through my invisible panel. How can this be?
 
Upvote 0
Top