-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Onboard: the first Next button can be spammed #1472
Comments
Hi @g123k , |
What if we just disable the button after the first click? The screen shouldn't be reachable anymore after it. |
Frankly do we need to block the user to wait for the download ? We do have a local copy of the product in English as a failsafe |
From the point of view of UX, a little Load time is acceptable, but spamming a button feels just like a bug |
https://api.flutter.dev/flutter/widgets/ModalRoute/barrierDismissible.html
|
that would block the user from interacting with the screen, seems like a good idea |
What
next.mp4
Steps to reproduce the behavior
Expected behavior
The next button should only be clickable 1 time
The text was updated successfully, but these errors were encountered: