After updating my iOS devices to iOS 8.3, I noticed some strange behavior with a meta view window. If I set a fixed-width viewport (a number, such as 640, other than the width of the device), and rotate my device while I am on the web page, all the content will decrease 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 any way to fix this problem?
source share