When using a NavigationLink on Android, tapping twice (quickly) on the element will traverse to the destination twice, such that the user is navigated 2-levels deep through the same view twice. Similarly, tapping the back button twice will attempt to pop the view twice, potentially leaving the navigation view in a blank and unusable state.
When using a
NavigationLink
on Android, tapping twice (quickly) on the element will traverse to the destination twice, such that the user is navigated 2-levels deep through the same view twice. Similarly, tapping the back button twice will attempt to pop the view twice, potentially leaving the navigation view in a blank and unusable state.This can be reproduced with the https://github.com/skiptools/skipapp-hello app.