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]