scroller Object
(default: null)
Configuration options to be passed to the scroller instance instantiated by the view. For more details, check the scroller configuration options.
A view with elastic scrolling set to false
<!-- foo.html -->
<div data-role="view" data-scroller='{"elastic": false}'>
This view will not bounce when scrolled
</div>