All Products
Search
Document Center

Mobile Platform as a Service:Gesture

Last Updated:Jul 27, 2023

As hidden shortcuts, gestures can be used to improve the user’s operating efficiency. Using gestures can greatly enhance the user experience. iOS and Android systems have already made the users familiar with the operation represented by each gesture, and you can improve the user experience by following and supporting the existing operations of both systems.

As hidden shortcuts, gestures can be used to improve the user’s operating efficiency. Using gestures can greatly enhance the user experience. iOS and Android systems have already made the users familiar with the operation represented by each gesture, and you can improve the user experience by following and supporting the existing operations of both systems.

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 framework provides standard pull-to-refresh loading capabilities and styles. You can customize the pull-to-refresh interactions. For such interactions, mPaaS MINI will provide standard capabilities and styles.