A web page using the following two meta tags to allow fullscreen on iPad:
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
The problem is now, that the status bar of the browser covers the header of the web page. How can this be avoided? The status bar is transparent, but that is not the solution, there are some links in the header of the web page, which can no longer be clicked.
Try adding a 20-pixel margin on the top of the body (or whatever element contains the stuff you want to appear below the status bar). The status bar is 20 pixels tall.
Set the background color of
html
to set the background of the status bar: