I added a scrollView as following:
local sv = widget.newScrollView { left = 0, top = 0, width = display.contentWidth, height = display.contentHeight, hideBackground = true, backgroundColor = {unpack(\_G.\_\_whiteColor)}, isBounceEnabled = true, horizontalScrollDisabled = false, verticalScrollDisabled = true, }
The scrollview is in horizontal direction. I want the bouncing effect as vertical. However, it doesn’t bounce. Is the bounce setting for vertical only?