1
I have an Edittext where I used the requestFocus()
to get his Focus. I put the setFocus(true)
and the setFocusableInTouchMode
also.
When I open Activity, requestFocus()
works, but does not open the keyboard and the Textwatcher that I use in the same Activity does not receive the data I type in Textview (When I click on Edittext it opens the keyboard).
Does anyone know what it can be?
Can you explain better what you want to do? And some code would also help a lot.
– Jorge B.