Skip to content

Issues with iOS back navigation and top bar #1077

@ezwelty

Description

@ezwelty

The top bar on iOS is often in conflict with content. It looks like a grey bar was inserted to accommodate it, but it was not fixed to the top of the viewport, so that on pages that are scrollable, the grey bar leaves to the top of the page and we're back to the top bar content overlapping page content.

Simultaneously on iOS, unlike Android, their is no device-level back button. So on long, scrolling pages, it is annoying to have to go all the way back up to navigate back with the "< Back" link.

I propose solving both of these problems by (1) making the grey bar position absolute (so that it stays in place when the rest of the page is scrolled) and (2) also make the "< Back" link sticky at the top of the page, with white (non-transparent) background so that the rest of the page can scroll below it.

Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    designiosSpecific to iOS devices

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions