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

The content is not displayed if the keyboard is shown and the view is in a modal #217

Open
Ivan96318 opened this issue Jun 13, 2024 · 0 comments

Comments

@Ivan96318
Copy link

Hello guys, we are using Turbo iOS and we found a logical bug when trying to display another view via a link in a modal.

In the session class, in the visitableViewWillAppear function, when the navigation is forward, the currentVisit.state should be started, but if the keyboard is shown (in my case, because we are filtering records in the view), the currentVisit.state is initialize and it enters the if statement where it tries to go back, and therefore does not display the expected content.

This only happens if the modal and the keyboard are shown

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

No branches or pull requests

1 participant