[Webkit-unassigned] [Bug 158731] New: Feature request: Allow websites to always show bottom navigation bar on mobile iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 04:08:57 PDT 2016


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

            Bug ID: 158731
           Summary: Feature request: Allow websites to always show bottom
                    navigation bar on mobile iOS
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: iOS
                OS: iOS 9.3
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: craig+webkit at craigfrancis.co.uk

Can we have the opposite of `<meta name="viewport" content="minimal-ui">`?

Websites which have their navigation bar at the bottom of the page (for easier touch access), whenever the browsers bottom navigation bar is hidden, touch events cause the browsers bottom navigation bar to appear first (so you effectively need to double tap the link you want to visit).

It would be best just to keep the browsers UI always visible for these websites.

The current solution is to create a wrapper div with overflow: auto, so the main page does not scroll (the browsers navigation bar then remains visible). But this causes problems when the page reloads (e.g. while it's a background tab), as the scroll position is lost. Likewise if you touch at the top of the window, it does not automatically scroll to the top of the page.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160614/3b9bb418/attachment.html>


More information about the webkit-unassigned mailing list