-
-
Notifications
You must be signed in to change notification settings - Fork 46
Add support for predictive back #370
Copy link
Copy link
Closed
Labels
composeLimitation of Jetpack Compose or issue with SwiftUI translationLimitation of Jetpack Compose or issue with SwiftUI translationnavigationIssues with navigation behavior parity between SwiftUI and Jetpack ComposeIssues with navigation behavior parity between SwiftUI and Jetpack Compose
Metadata
Metadata
Assignees
Labels
composeLimitation of Jetpack Compose or issue with SwiftUI translationLimitation of Jetpack Compose or issue with SwiftUI translationnavigationIssues with navigation behavior parity between SwiftUI and Jetpack ComposeIssues with navigation behavior parity between SwiftUI and Jetpack Compose
https://developer.android.com/develop/ui/compose/system/predictive-back
https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture
https://developer.android.com/design/ui/mobile/guides/patterns/predictive-back
We're currently using a
BackHandler, which prevents predictive back animations.skip-ui/Sources/SkipUI/SkipUI/Containers/Navigation.swift
Lines 261 to 266 in b98d3a2