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
+1 Similar case, I'm not navigating after but the overlay persists after an option is selected. Weirdly enough it only happens on a physical device, everything works fine on the emulator (iOS).
I had a similar situation. Was able to resolve by using the OpenCloseDial property, and adding the following line to close the speed dial prior to navigating to another page: isDialOpen.value = false;
Run the code below. If the
Next page
button is pressed immediately after opening SpeedDial, it becomes uncontrollable.Example
The text was updated successfully, but these errors were encountered: