DioxusLabs / DioxusLabs/dioxus
On Android, "go back" minimizes the application instead of navigating to the previous page
Open
bug
router
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.