Why is the iOS back gesture triggered on swiping f...
# compose-ios
r
Why is the iOS back gesture triggered on swiping from both direction? Shouldn’t be only from start-to-end?
Actually that only happens when i use custom transition, if I dont, it works only from one side 🤔
k
Yes. Because any customization should behave equally on every platform. Only the default has specific logic for iOS. This is by design
k
Where can I find the default iOS implementation? I wanted to inspect the code but unfortunately I couldn't find it
r
@Konstantin Tskhovrebov but then can I handle the back gesture as well?
I mean: know from which side its initiating and change the exit transition accordingly
k
Androidx navigation doesn't have such API
r
yeah, alright thanks