I'm having problems using s.requestFocus() when s is a spinner. Is there a special treatment to get it to work when it's a spinner ? Thanks
try this code..
spinner.setFocusable(true);
spinner.setFocusableInTouchMode(true);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With