I have created a script that enables the meta viewport tag on desktop. However I do not seem to be able to get the specified width from the viewport tag. I currently have th
Sorry guys... It turned out to be a typo! var wspec = viewportcontent[i].substring(6); had to be var wspec = viewportcontents[i].substring(6);. I have to remember to use better variable names!!!
Working version here: http://codepen.io/anon/pen/GqoeYJ