PDA

View Full Version : dashcode viewport scale question




joasmi
Oct 28, 2008, 10:05 AM
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



combs1945
Mar 28, 2010, 06:22 PM
I stumbled upon the first comprehensive explanation of several methodologies of how to make an iPad Website or Web App. It covers caching, Flash image swap, lightview popup, and all you need to know about building or porting a website for iPad.

http://www.combsconsulting.com/ipad-website-example/