Results 1 to 5 of 5
  1. Thread Author  Thread Author    #1  

    Default Web page 1024 wide, HTML5, but is cropped in width on Nexus 7 Chrome...

    I have a Web page 1024 wide, an HTML5 page, but when I load it up, it is cropped in width to about 972 pixels on my new Nexus 7 Chrome...

    I have tried settings for Accessibility and zoom, etc, but these don't help. I thought the 7 was supposed to be 1280 wide!

    Help!
  2. #2  

    Default Re: Web page 1024 wide, HTML5, but is cropped in width on Nexus 7 Chrome...

    Mobile chrome does some autozooming. You will want to look at adding a viewport meta tag to the page...
  3. Thread Author  Thread Author    #3  

    Default Re: Web page 1024 wide, HTML5, but is cropped in width on Nexus 7 Chrome...

    Quote Originally Posted by mr_nobody View Post
    Mobile chrome does some autozooming. You will want to look at adding a viewport meta tag to the page...
    Ah, thanks!

    Do you have a link to the Android and/or Chrome meta-tags?

    I currently have this for iOS:
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
    I also want to full-screen mode for HTML5 pages...
    Last edited by William Donelson; 03-06-2013 at 11:53 AM.
  4. #4  

    Default Re: Web page 1024 wide, HTML5, but is cropped in width on Nexus 7 Chrome...

    Sorry, I would have thought that width=device-width and initial-scale=1.0 would have prevented the behaviour you're describing...
  5. Thread Author  Thread Author    #5  

    Default Re: Web page 1024 wide, HTML5, but is cropped in width on Nexus 7 Chrome...

    Quote Originally Posted by mr_nobody View Post
    Sorry, I would have thought that width=device-width and initial-scale=1.0 would have prevented the behaviour you're describing...
    Sorry, no. I have tried tons of things, but not a single one fits the entire 1024 width of my site within the 1280 pixels of the Nexus 7 in landscape orientation.

    *sighs*

Similar Threads

  1. Web pages seem "auto-zoomed" in everything but Opera
    By Arthur Wang in forum Android Applications
    Replies: 0
    Last Post: 02-28-2013, 08:29 PM
  2. Is there a way to save a speadsheet like a web page?
    By mbranscum in forum AT&T Galaxy S3
    Replies: 4
    Last Post: 11-21-2012, 11:19 PM
  3. Replies: 12
    Last Post: 01-31-2012, 03:23 PM
  4. Replies: 8
    Last Post: 12-19-2010, 10:29 AM
  5. Mobile Web page
    By SylarDX in forum General Help and How To
    Replies: 4
    Last Post: 03-17-2010, 11:15 AM

Posting Permissions