pec1985 / TiSMSView

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

Scroll to bottom after sending a message #38

Closed bentindall closed 12 years ago

bentindall commented 13 years ago

Is there a way to make the list scroll down to the bottom after sending a message? Is this feature already supported?

pec1985 commented 13 years ago

Isn't it working already?

sindresorhus commented 13 years ago

It's working for me.

bentindall commented 13 years ago

It works up to a point.. If you send more than a page/page and a half's worth of messages, it doesn't scroll to the bottom anymore. I was also wondering if there could be a "textArea.scrollToBottom()" function, so that you could manually call it, say for example when you opened the window.

sindresorhus commented 13 years ago

@bentindall If you send multiple messages in a burst, there is a bug with the animation that prevents it from scrolling to the last item. Disabling animation temporary fixes this.