[Vuejs]-How to proper set viewport for mobile with Vue and Vuetify? Viewport not fit fullscreen of phone

-1👍

I was right problem was in <meta name="viewport"

For me helped to set up next <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"> So i added user-scalable=no to viewport.

Leave a comment