Hi, I also cannot work out the meta viewport to set pages fixed at the correct size on a Nexus One.
I tried this tag: <meta name="viewport" content="width=device-width,minimum- scale=1.0,maximum-scale=1.0"> However, the resulting page was bigger than the viewport. I found this tag rendered a page that fitted the viewport correctly: <meta name="viewport" content="width=device-width,initial- scale=1.0,user-scalable=1"/> However, if I click on a link and then hit the back button, the page is reloaded at a larger size than the viewport. Very odd. I tried adding "maximum-scale=1.0" to the above tag. However, that didn't fix the problem either. Any suggestions? Thank you. Regards Brett S -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

