vue mobile end slide page on the browser page ios scaled jitter

Problem Description: vue project slide page will zoom in on ios shake browser

Solution: to html, body styles added

html,body{

  width: 100%; height: 100%; position: fixed;top:0;left:0;

}

Published 20 original articles · won praise 0 · Views 128

Guess you like

Origin blog.csdn.net/qq_2422941992/article/details/104217521