**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