WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
158731
Feature request: Allow websites to always show bottom navigation bar on mobile iOS
https://bugs.webkit.org/show_bug.cgi?id=158731
Summary
Feature request: Allow websites to always show bottom navigation bar on mobil...
Craig Francis
Reported
2016-06-14 04:08:57 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug