I have a web page that I have optimized quite well for the iPhone. Most of the optimizations that I have work just fine for the browser in Android but the browser seems to give contiguous text a very wide right margin. I thought that it had to do with the way I was formatting my pages but that is not the case. You can see the problem on this old web page example:
http://www.columbia.edu/~fdc/sample.html I have added to my pages the following: <meta name="viewport" content="width=640" /> and this does not make a difference. How can I get the text of my web pages to to all the way to the right? Is there some magic to include in the HTML or is this a bug/feature with the Android web browser? Thanks, Mike
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en