I have a page that contains a main ScrollView
, and within that there are 5 EditText
controls and a few spinner controls.
Whenever I select some value in the spinner controls, the page scrolls automatically and the EditText
gets the focus. How can I prevent this?
I have also tried calling the clearfocus
method on the EditText
that receives the autofocus, but that doesn't help.