[Solved] vant-weapp ui SwipeCell Error: Ignored attempt to cancel a touchmove event with cancelable=false…

Using the SwipeCell sliding cell in vant-weapp, the sliding cell reports the following error:

Solution:

Add the “touch-action: none” attribute to the parent element of the introduced van-swipe-cell tag

Read More: