pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

scrolling randomly not working #56

Closed albert0m closed 12 years ago

albert0m commented 12 years ago

I don't know what I'm doing wrong, but it seems like that if I click and drag the scrollview, sometimes the scrollview doesn't move. You have to touch it several time and doing different gestures, until it works again.

pec1985 commented 12 years ago

Do you have anything else in the window? maybe a view on top or something? what section of the scrollview are you touching? I have never seen this, please provide as much info as possible. Also, a small pastie or gist with a sample test case would really help out.

Thanks!

albert0m commented 12 years ago

I know, it's kinda hard to describe. I don't do anything special, it's just inside a container view (so that I can resize it the way I want it), and that's it. My customer told me that when it happens they fix it draggin it down, and after the scrollview bounces, it works again. ?!?

albert0m commented 12 years ago

ok, I looked into it and the problem was that I added it to a view, not a win.. I was suggested to do then in order to make the smsview not fullscreen but of another size. Weird behavior anyways.