1
I made a responsive site, testing on sites that simulate a mobile phone, but when I open on a real mobile phone it does not adapt continues in the computer version.
1
I made a responsive site, testing on sites that simulate a mobile phone, but when I open on a real mobile phone it does not adapt continues in the computer version.
2
Add this line to <head></head>
:
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
Putz, vlw David, I forgot to put that meta tag back, thank you.
Browser other questions tagged responsive-layout
You are not signed in. Login or sign up in order to post.
You don’t need to test on "mobile simulating websites". Chrome and Firefox, for example, there is a tool for this with F12.
– Sam
It was just the tests, I did them using this feature too.
– Léo Cunha