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

Prevent the dialog from closing due to clicking the entity return key. #793

Open
tenSunFree opened this issue Mar 27, 2024 · 0 comments
Open
Labels
android Android only issue bug Something isn't working UI/UX View only feature

Comments

@tenSunFree
Copy link

In the IntroScreen part, we hope that users can click "I Agree" to close the dialog, so we added barrierDismissible to false to prevent the dialog from closing by clicking on other blank areas.

However, if the Android phone clicks the physical return button, the dialog will also be closed.
119454

You can consider adding WillPopScope to prevent the dialog from closing due to clicking the entity return key.
2024-03-27_224558

@dnisbetjones dnisbetjones added bug Something isn't working UI/UX View only feature android Android only issue labels Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Android only issue bug Something isn't working UI/UX View only feature
Projects
None yet
Development

No branches or pull requests

2 participants