Hai Truong IT
Hai Truong IT

Reputation: 4187

Error disable responsive on mobile when use twitter boostrap

I have meta tag value. I want run non-responsive on mobile version

<meta name="viewport" content="width=device-width, initial-scale=0">

When run on android. It's OK No Bug

But when run on ios, it never work. Bug

This is my demo: Click Here

Upvotes: 0

Views: 30

Answers (2)

Website Minh Đức
Website Minh Đức

Reputation: 69

You try this : <meta name='viewport' content='width=1200'> or same width depend your width of site.

Upvotes: 1

Karin
Karin

Reputation: 8610

Try setting initial-scale to 1.0 instead of 0.

Upvotes: 0

Related Questions