touchmove elastic layer on ios system cause the rolling body

vue at
using @ click.stop invalid

Solution:

Set the style to html

overflow: hidden;
height: 100%;
position: fixed; 

It prevents the penetration behavior of elastic scrolling ios

----------------------
found another method is to use @ touchmove.prevent, I have not tried this

Published 11 original articles · won praise 0 · Views 130

Guess you like

Origin blog.csdn.net/baiyikai/article/details/104871399