I have an EditText where I used requestFocus()
to get focus from it. I put setFocus(true)
and setFocusableInTouchMode
too.
When I open the activity, requestFocus()
works, but does not open the keyboard and TextWatcher that I use in the same activity does not receive the data I type in TextView (When I click EditText it opens the keyboard).
Does anyone know what it can be?