Scrollview is very glitchy in Android

Scrollview widget is horrible in android…
Whenever I scroll the content, it randomly scrolls to the top or bottom of the scrollview… seriously irritating.
In iOS though, it works well…

Why so?
Or am I doing something wrong?

[lua]local scrollView = widget.newScrollView
{
width = 320,height = 480,
scrollHeight = 500,
hideBackground = true,
}[/lua] [import]uid: 64174 topic_id: 33252 reply_id: 333252[/import]

Can you build a very simple test case that demonstrates the behavior and file a bug report with the “Report a Bug” link above?

Thanks
Rob [import]uid: 19626 topic_id: 33252 reply_id: 132169[/import]

Can you build a very simple test case that demonstrates the behavior and file a bug report with the “Report a Bug” link above?

Thanks
Rob [import]uid: 19626 topic_id: 33252 reply_id: 132169[/import]