The pull to refresh is initiated whenever user scrolls on the triggerHeight even when the user has not reached at the top of the list. Please suggest some way to initiate the pull to refresh only when the user has reached at the top of the list. In my case the scroll element is <body> itself.
The pull to refresh is initiated whenever user scrolls on the
triggerHeighteven when the user has not reached at the top of the list. Please suggest some way to initiate the pull to refresh only when the user has reached at the top of the list. In my case the scroll element is<body>itself.