Skip to content

On Android, "go back" minimizes the application instead of navigating to the previous pageΒ #5155

@simchri

Description

@simchri

Problem

On Android, "go back" minimizes the application instead of navigating to the previous page (router.go_back()).

Steps To Reproduce

Use router.push() for navigation. Attempt to go to previous page with android phone "back" button or gesture.

Expected: Navigate to previous page
Actual: Minimize application

Environment:

dx --version
dioxus 0.7.2 (35351eb)
...
dioxus = { version = "0.7.2", features = ["router"] }
dioxus-sdk = { version = "0.7.0", features = ["storage"] }
...
Android 16

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingrouterRelated to the router implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions