Is it possible to scroll only up? I’m using this sample script and it keeps scrolling only down. Please help…
-- Create a ScrollView local scrollView = widget.newScrollView { left = 0, top = 0, width = display.contentWidth, height = display.contentHeight, scrollWidth = width, scrollHeight = -2\*height, --bottomPadding = 50, --id = "onBottom", horizontalScrollDisabled = true, verticalScrollDisabled = false, hideBackground = true, listener = startDrag, }