[solved] Quasar UMD is not responsive, everything shrinks to fit on mobile screen
-
https://quizzical-elion-736a43.netlify.com/
Follow the above link and open chrome dev tools to select mobile screen size.You will notice shrinking of everything.What i am doing wrong?
-
i found my mistake that i was not using meta tag view port
<meta name=“viewport”
content=“user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (htmlWebpackPlugin.options.ctx.mode.cordova) { %>, viewport-fit=cover<% } %>”> -
The question scared me there xd, glad you sorted it :).
-
@metalsadman sorry for that.