I am looking to make my cross platform mobile application more native-feeling and I was wondering if there was a way to modify the way the Spark Scroller
behaves on overscroll (when the user scrolls beyond the bounds of the viewport). Basically, the current implementation matches iOS almost exactly but feels out of place on Android (iOS "bounces", showing area not in the viewport. Android stops at the bounds of the viewport and the edges glow).
Is there a built in way to modify this behavior? I have not come across any options yet, but I would like to make sure that is the case before I go and extend Scroller to try to add such functionality.