window.onresize = function () { var screenWidth = document.getElementById("viewport").getAttribute("content"); if (screenWidth == "width=device-width,initial-scale=1.0,minimum-scale=0.60,user-scalable=yes") { screenWidth = "width=device-height,initial-scale=1.0,minimum-scale=0.60,user-scalable=yes"; } else { screenWidth = "width=device-width,initial-scale=1.0,minimum-scale=0.60,user-scalable=yes"; } document.getElementById("viewport").setAttribute("content", screenWidth); }