Cannot Adjust Viewport
In previous versions I could change the meta tag info for viewport(like initial scale), but now when I change it now nothing happens. Is it being overriden by something else? If so how can I have the ability to change it.
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui" />
Also is it possible to allow the user to resize the content on a mobile device? For instance the content looks very nice on the iphone 5s but due to the screen size buttons get a bit difficult to trigger as well as the text gets a bit hard to read for people... but at the same time the content looks proportionate and views very well on the ipad. So in other words can we make it so people can scale the content like they can other websites or is there another way to offset this problem without having to design a whole other version?
Thanks
interactive360