Pull To Refresh

You'll need to import the javascript file in your website before starting from this .

Pull to Refresh is a feature that allows users to refresh the page or the content of the page by pulling down on the screen. It can be configured through the app's settings or programmatically using JavaScript. Whether the feature is disabled in the app settings, it can be re-enabled using a JavaScript function.

WTN.enablePullToRefresh(true);

//Pass values as true or false
//To enable pass true and to disable pass the value as false. By default Pull to refresh is enabled on all pages.

*Feature was taken live on 17/05/2023

Last updated

Was this helpful?