skiptools / skip-ui

SwiftUI for Android
https://skip.tools
GNU Lesser General Public License v3.0
128 stars 14 forks source link

Double-tapping on Android NavigationLink brings up destination twice #19

Open marcprux opened 1 year ago

marcprux commented 1 year ago

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.