Gestures can improve user efficiency as hidden shortcuts. Gestures can greatly improve the user experience. iOS and Android systems have already popularized different gestures to users. You can improve the user experience by following and supporting the existing operations of the system.
Pull to refresh
The refresh of the page data is triggered by a pull-down gesture.
The pull-down gesture performed by user will trigger the client to request data update from the server. After receiving the request, the server will feed back to the client the latest page data.
The mPaaS Mini Program framework provides standard pull-to-refresh loading capabilities and styles. You can customize the pull-to-refresh interactions. For such interactions, mPaaS Mini Program will provide standard capabilities and styles.