Responsive site does not adapt on mobile

Asked

Viewed 64 times

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.

http://courier-keith-62774.bitballoon.com

  • You don’t need to test on "mobile simulating websites". Chrome and Firefox, for example, there is a tool for this with F12.

  • It was just the tests, I did them using this feature too.

1 answer

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

You are not signed in. Login or sign up in order to post.