Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strange behavior on presentation dismiss #1

Open
naveedmcs opened this issue Sep 30, 2021 · 2 comments
Open

strange behavior on presentation dismiss #1

naveedmcs opened this issue Sep 30, 2021 · 2 comments

Comments

@naveedmcs
Copy link

No description provided.

@naveedmcs
Copy link
Author

I have login screen and signup screen. when I pop from register to login. by presentation dissmiss. pop transition is disturb

@rak-sascha-github
Copy link

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 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants