In build 797, the scrollview touch area is set by the height, and not the top + height. So if I have:
[lua] local scrollBox = widget.newScrollView{
top = 176,left = 14,
width = 292, height = 310,
scrollWidth = 292, scrollHeight = 1800,
hideBackground = true,
maskFile = “images/graphics/mask292x310.png”
}[/lua]
The touchable area of the scrollview onscreen will be between the top (176) and the height (310), rather than between the top and the top+height (487). Is anyone else having this issue? I’m also using it in a storyboard scene.
[import]uid: 87249 topic_id: 25729 reply_id: 325729[/import]