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.

    <!-- foo.html -->
    <div data-role="view" data-scroller='{"elastic": false}'>
        This view will not bounce when scrolled
    </div>
In this article