maui icon indicating copy to clipboard operation
maui copied to clipboard

Android: Open App from background -> no shell navigation

Open anweihe opened this issue 3 years ago • 0 comments

Description

When sending an Android App to the background and opening it from there, the shell navigation is not working anymore. Seems only to occur when the debugger is attached.

Steps to Reproduce

  • start app with debugger attached
  • click button to navigate (works)
  • navigate back
  • send app to background
  • open app to foreground
  • click button
  • no navigation

Link to public reproduction project repository

https://github.com/anweihe/maui_background_bug

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android Pixel 4 API 32

Did you find any workaround?

No

Relevant log output

No response

anweihe avatar Nov 25 '22 13:11 anweihe