pullOffset Number(default: 140)

The threshold below which releasing the scroller will trigger the pull event. Has effect only when the pullToRefresh option is set to true.

    <div data-role="view">
        foo
        <div data-role="scroller" style="width: 200px; height: 200px" data-pull-to-refresh="true" data-pull-offset="20">
            <div style="height: 500px">
                Content
            </div>
        </div>
        bar
    </div>


    <script>
    new kendo.mobile.Application();
    </script>
In this article