0

After upgrading my iOS devices to iOS 8.3 I noticed some weird behavior with the meta viewport. If I set the viewport with fixed width(a number such as 640, other than device-width) and rotate my device while I am on a webpage, the whole content will get smaller and eventually the browser will crash.

<meta name="viewport" content="width=640, initial-scale=1.0,user-scalable=no, target-densitydpi=device-dpi">

Is there a way to fix this issue?

Trincer
  • 1
  • 1
  • Similar situation: http://stackoverflow.com/questions/29601279/ios-8-3-meta-viewport-initial-scale-under-1-0-results-in-weird-content-scaling – Trincer Apr 20 '15 at 01:25
  • `minimum-scale=1.0` is telling the browser that we don’t ever want the page to be zoomed out past 100% ? `` Let me know the result. – Durai Amuthan.H Apr 23 '15 at 19:57

0 Answers0