I inherited a CWIS site.
It has a meta tag, viewport, that is set like this:
<meta name=“viewport” content=“width=device-width, initial-scale=1, maximum-scale=1”>
This is preventing zooming on mobile devices. But we want it to be zoomable on mobile devices.
I have not been able to figure out where tag this is coming from! I searched the site files and also a full database export, and did not find it. Hoping someone might have some suggestions?
What version of CWIS are you running?
Using CWIS version: 2.4.0
There isn't anything in CWIS that produces that specific
meta
tag so there must be some customization that is causing it to show up. The places I'd check are:document.createElement()
function or some framework to add it to the page.Is it possible that the webserver is automatically adding that tag before sending HTML?
Thanks tbaumgard! It was indeed in StdPageStart.html. Not sure how I had missed it when searching the file contents.