0

I have problem with my websiteenter link description here

I don't why does't work on your phone responsive menu. In browser ewerything works ok. In what could be the problem?

  • your question may be duplicate and answer on [this post](http://stackoverflow.com/questions/14304494/responsive-web-design-is-working-on-desktop-but-not-on-mobile-device) – Chanom First Aug 05 '16 at 10:59
  • Thank you, the problem was in the metadata. –  Aug 05 '16 at 11:04

2 Answers2

3

May try this

  <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="X-UA-Compatible"  content="IE=edge,chrome=1"><meta name="HandheldFriendly" content="true">
Anubha
  • 31
  • 3
  • good answer, maybe provide some context to what this is doing , so someone who doesn't know what this does can understand better – AJS Nov 16 '16 at 06:38
1
 <meta name="viewport" content="width=device-width, initial-scale=1">

This is a solution to the problem with responsive.