I’m encouraged to see that the latest daily build (2015.2581) has no fewer than 26 changes to the widgets, mostly scrollview, tableview, and pickerwheel. It’s great to see Corona addressing some problems with this library.
I’m sorry to report, though, that the changes have broken the scrollview widget: scrolling is no longer possible.
You can verify this with Corona’s sample Interface/ScrollView code. Scrolling works on 2015.2574. It doesn’t on 2015.2581 (the content springs back into place after an attempt to scroll). This behavior is present on the simulator and device.
In addition, if you set isBounceEnabled = true, the content doesn’t move at all.
I’m delighted to see the widgets get some love, and I hope that this will be an easy fix.