Mobile view emulator, Javascript/HTML -
i want "emulate" how site in phone. so, example next code:
<div> <div class = "col-md-6 col-sm-6 col-xs-12"> first </div> <div class = "col-md-6 col-sm-6 col-xs-12"> second </div> </div> must in xs-12 version of site. tried use <meta id="viewport" name=viewport content="width=200px; initial-scale=1"> , doesn't work me.
you can use google chrome dev tools , emulate mobile experience: https://developer.chrome.com/devtools/docs/device-mode helps emulate not user agent geolocation , other device stuff
Comments
Post a Comment