All of my material is actually displayed within a native app in a UIWebView. I do want to control the looks of the pages and the size of the text. They are all textbooks and it just "works" right. We will have to agree to disagree on the correctness of using zooming or disallowing zooming in some circumstances.
I have one app that is a calculator as a HTML page. We don't want that to zoom because buttons would be off of the screen or would wrap and look terrible. So, there are uses for it in my case. I will drop this: <meta name="apple-mobile-web-app-capable" content="yes"> And I will change to this: <meta name="viewport" content="width=device-width; user-scalable=no; minimum-scale=1.0; maximum-scale=1.0"> Great help. Thanks. Linda -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
