[Webkit-unassigned] [Bug 137145] New: Standalone mode shifts the web app content up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 26 00:46:10 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137145

           Summary: Standalone mode shifts the web app content up
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: iOS
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebKit wx
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mmfrezabakhshi at yahoo.co.uk


Starting with ios 8 all webapps (web pages opened in standalone mode) are shifted up by the height of status bar so that the status bar appears over the page and you will have an empty area at the button of the page.
the page height is incorrectly reported as 748 in landscape mode of ipad Air.

minimal html:
----------------------------------
<!DOCTYPE html!>
<html>
        <head>
                <meta name="apple-mobile-web-app-capable" content="yes"/>
                <meta name="apple-mobile-web-status-bar-style" content="black"/>
                <link rel='stylesheet' href='site.css'/>
        </head>
        <body>
        </body>
</html>
------------------------------
minimal CSS
site.css:

------------------------------
html, body{
    height:100%;
}

body{
    background-color:blue;
}

------------------------------

you would be able to see the white strip on the bottom of the page in standalone mode.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list