Some of the pages in my bootstrap
site is zoomed automatically when orientation has changed from portrait to landscape.
NOTE : This seems to occur for only some of my bootstrap pages... Why?
Adding this meta tag
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
solves my problem,but it wont allow user to zoom.
Also read in many blogs that IOS has fixed this issue,but i am able to reproduce it in my iPad
which has iOS 7
!