Pull To Refresh API
Enable or disable pull-to-refresh using the WebToNative JavaScript API. Improve app navigation with dynamic refresh controls for Android and iOS.
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.import { enablePullToRefresh } from "webtonative";
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.Last updated