I have a quite large form, with a bunch of EditText elements, inside a
ScrollView. It works as intended when I scroll "directly" (not
flinging) with the ScrollView.

But when I fling it, as soon as my finger leaves the screen's surface,
the ScrollView forces an EditText (or a focusable element) to gain
focus. This is quite annoying from a user's point of view, because the
form can't be scrolled around without some random focusable element to
gain focus, and have the on-screen keyboard to appear.

As a temporal solution I've put the whole form inside a header of an
empty ListView. That way it works as I'd like, but it's a bit hacky
solution.

How can I disable this behaviour with ScrollView (Android 3.0 and up)?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to