Reputation: 4187
I have meta tag value. I want run non-responsive on mobile version
<meta name="viewport" content="width=device-width, initial-scale=0">
But when run on ios, it never work.
This is my demo: Click Here
Upvotes: 0
Views: 30
Reputation: 69
You try this :
<meta name='viewport' content='width=1200'>
or same width depend your width of site.
Upvotes: 1