Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Force no scaling on Android browser?
- Date: Fri, 28 May 2010 02:43:34 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Force no scaling on Android browser?
- References: <4BFD36BE.1080706@example.com> <878w76lm5u.fsf@example.com> <4BFE639D.909@example.com>
Dave M G writes: > Stephen, > > Thanks for replying. > > I tried this: > > <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, > minimum-scale=1.0" /> > > ... but still no joy. How about <meta name="viewport" content="width=device-width, height=device-height" /> Have you tried with a trivial page such as <html> <head> <meta name="viewport" content="width=device-width, height=device-height" /> <title>Test the meta viewport element</title> <head> <body> <h1>Test the meta viewport element</h1> <p> <!-- insert ipsum lorem here> </p> </body> and then vary the values of width and height in the meta tag? Then add size constraints via CSS? I have a feeling that what you're seeing is an interaction between the content you have and the viewport spec. Are you sure that righthand whitespace isn't being pulled in by your content or CSS somewhere (perhaps due to bugs in the Android browser?) > On the CSS discussion list I belong to, someone recommended I use > "media" specifications in CSS: > http://www.insideria.com/2010/05/building-web-sites-optimized-f.html > > When I read that, I feel like 10 years experience in writing CSS just > went down the tubes and I might as well have just started > yesterday. Huh? That article is saying that in CSS3 you have the option to use CSS to adapt the same content to different devices. Once you've done that, all your skills should be useful. I have to say I'm not real impressed by the several articles on this that Google brought up. > All I want is for no resizing to take place. How can it be this > hard? The world is complex. Users demand scaling for these devices. Controlling user features programmatically is hard.
- References:
- [tlug] Force no scaling on Android browser?
- From: Dave M G
- [tlug] Force no scaling on Android browser?
- From: Stephen J. Turnbull
- Re: [tlug] Force no scaling on Android browser?
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Force no scaling on Android browser?
- Next by Date: [tlug] More cmputer-like stuff for free
- Previous by thread: Re: [tlug] Force no scaling on Android browser?
- Next by thread: Re: [tlug] Force no scaling on Android browser?: Think broadly: support all browsers
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links