I've created an iphone web app in daschode. I've set the maximum scale for the viewport to be 1.0, so that when you flip the phone, everything remains the same size:
<meta name="viewport" content="maximum-scale=1.0,width=device-width,minimum-scale=1.0"/>
The problem is that if a component is larger than the viewport, the component will scale, but if you the component is smaller it won't.
Anyone have any insight in making this work? Or should I got back to the default 1.6 max-scale?
Thanks
<meta name="viewport" content="maximum-scale=1.0,width=device-width,minimum-scale=1.0"/>
The problem is that if a component is larger than the viewport, the component will scale, but if you the component is smaller it won't.
Anyone have any insight in making this work? Or should I got back to the default 1.6 max-scale?
Thanks