You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Sometimes multiple navigations might be triggered at the same time - e.g. if you tap some element multiple times (fast), or tap multiple elements at the same time (multitouch).
Currently it results in same page being added to the navigation stack twice.
Of course, it can be handled in user code. Still, would it make sense to disable multiple navigations at the same time at all on MBB side? Is there any downside in that?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes multiple navigations might be triggered at the same time - e.g. if you tap some element multiple times (fast), or tap multiple elements at the same time (multitouch).
Currently it results in same page being added to the navigation stack twice.
Of course, it can be handled in user code. Still, would it make sense to disable multiple navigations at the same time at all on MBB side? Is there any downside in that?
The text was updated successfully, but these errors were encountered: