strange behavior on presentation dismiss
naveedmcs opened this issue · 2 comments
naveedmcs commented
strange behavior on presentation dismiss
naveedmcs commented
I have login screen and signup screen. when I pop from register to login. by presentation dissmiss. pop transition is disturb
rak-sascha-github commented
I have this when setting initial focus on the first form field in a navigation view and then user decides to go back to the previous view. The disappear transition glitches. Only workaround I found is to delay setting the initial focus in onAppear, e.g.
Delay.executeAfter(0.75) { focusedField = FormFields.Email }