Skip to content

3-button navigation bar overlaps the webview content #196

@wetterkrank

Description

@wetterkrank

If a device's navigation mode is set to "3 (or 2)-button navigation", the navigation bar covers the the webview:
Image

A workaround is to add some padding to the web page, as https://hotwire-native-demo.dev/ does:
Image

However, it would be nice to have a proper fix.
It looks like the existing applyDefaultImeWindowInsets function should be using smth like maxOf(imeInsets.bottom, systemBarInsets.bottom) for the bottom inset.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions