Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Android Display Woes

  • 13-08-2013 09:04AM
    #1
    Registered Users, Registered Users 2 Posts: 1,213 ✭✭✭


    Ok, so I've put together a half decent looking site.

    Checked it in Safari, Firefox, Chrome, IE 7/8/9/10, IOS, on Mac and PC (with acceptable very minor difference between browsers and OS) .. Except for freaking android !!!

    I have the SDK, I've created virtual devices e.g. Samsung s3/s4/Galaxy note etc ...and it displays perfectly - exactly the same thing I see on other browsers.

    The client on the otherhand has a Galaxy S3 (as do some of his colleagues).

    The OK screenshot I took from the SDK window, the other screenshot the client took from his galaxy (I know some of its covered.. sry).

    Two things stand out.

    1) looks like the text under the Navigation is completely the wrong font size on that part of the screen (and cannot see how that is even possible unless android is auto scaling, this I thought I had solved in the CSS).

    2) Obviously the nav-bar is way up over the text slogan.

    Now I have have a nasty feeling it could be to do with the Scaling of the background image - anyone care to chime in ?
    #backgroundtop {
    	width: 100%;
    	min-height: 600px;
    	left: 0px;
    	top: 0px;
            margin:0px;
    	background: url('images/car-wreck.jpg') #333 no-repeat;
    	background-size:100%;
    	
    }
    

    But Seriously Why in hells name does the blasted Android SDK not show this issue up in the first place !

    And browser stack shows exactly the same "correct" view if anyone was wondering.


Advertisement