RE: [android-developers] Re: Scrolling broken in 2.2 ?

2010-10-17 Thread Peter Carpenter
I saw someone had referenced this e-mail and thought I should share my solution in case anyone else is attempting to make this work, it's actually quite easy. All you need to do is override/add the following in your parent ScrollView to prevent it from 'stealing' the gesture from another ScrollVi

RE: [android-developers] Re: Scrolling broken in 2.2 ?

2010-09-15 Thread Peter Carpenter
Hi Kumar, I the short term, it would. We're not a consumer application so we do have a reasonable amount of control over the devices that we ultimately deploy on. It's not out of the question for us to say that we don't support 2.2. But obviously it's not in our interests to lock ourselves o

RE: [android-developers] Re: Scrolling broken in 2.2 ?

2010-09-15 Thread Peter Carpenter
Thanks Mike, Yep it's definitely a cross platform framework. At its simplest, I don't think it's too much to expect from a UI to have a scrolling textView within a parent scrollview. I'll delve into the source today and see if I can spot what's messing with the touch events. Cheers, Peter.