16. Gestures

Source: Internet
Author: User

In the development of mobile applications, there will be a lot of gesture operations, such as sliding, long-press and so on, in order to facilitate the quick integration of these gestures, MUI built-in common gesture events, the currently supported gesture events see the following list:

Classification parameter description

Tap Tap to click the screen

Doubletap Double-click Screen

Long press Longtap long press the screen

Hold down the screen

Release Leave screen

Slide Swipeleft Swipe left

Swiperight Swipe Right

Swipeup Slide Up

Swipedown Slide Down

Drag DragStart to start dragging

Drag dragging in

Dragend Drag End

mui.init ({gestureconfig:{tap:true,//default is TrueDoubletap:true,//default is FalseLongtap:true,//default is FalseSwipetrue,//default is TrueDragtrue,//default is TrueHoldfalse,//The default is False, not listeningReleasefalse//The default is False, not listening    } });

Note: DragStart, drag, dragend shared drag switch, Swipeleft, Swiperight, swipeup, Swipedown common swipe switch

The object you want to listen to. AddEventListener ("swipeleft",function() {     Console.log ("You are swiping to the left");});

16. Gestures

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.