1

I have a page using the "minimal-ui" setting to hide chrome in Safari on iOS 7.1.

In landscape orientation, you can scroll past the bottom of the page. There are about 165 pixels of grey at the end of the page. It does not snap back like elastic scroll.

Is there a workaround to stop the user scrolling past the bottom of the page?

Notes:

To reproduce, open any minimal-ui page in mobile Safari (7.1) and scroll past the bottom. This page will do:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
    <meta name="viewport" content="minimal-ui">
    </head>
    <body>
    Scroll down and you will find 165 pixels of grey below the white page.
    </body>
</html>
Community
  • 1
  • 1
Matthew Gatland
  • 324
  • 3
  • 11

0 Answers0