skiptools / skip-ui

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

Fix broken interaction between TabView and system back button #44

Closed aabewhite closed 2 months ago

aabewhite commented 2 months ago

Previously you could get "stuck" on a tab after switching, if you used a binding to the selected tab. After some research, Google recommends that tabs do not participate in system back button.