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
We typically try to keep the total number of Slider options to 7. With more than 7, the mobile UI experience suffers as it is more difficult to make an accurate selection with your fingertip.
I am wondering if it would be worth exploring an option to use an alternate layout for mobile like we do for Narratives. For instance, there could be an option like _isDropdownOnMobile that would show a dropdown menu instead of a range slider at a certain breakpoint. Then, we could have a mobileInstruction property for providing instructions to mobile users who see the alternate UI.
Does anyone think this would be a useful feature?
Screenshots
Current view at 375px width using 10 range options
Example using an alternate dropdown UI for mobile
The text was updated successfully, but these errors were encountered:
Subject of the enhancement
We typically try to keep the total number of Slider options to 7. With more than 7, the mobile UI experience suffers as it is more difficult to make an accurate selection with your fingertip.
I am wondering if it would be worth exploring an option to use an alternate layout for mobile like we do for Narratives. For instance, there could be an option like
_isDropdownOnMobile
that would show a dropdown menu instead of a range slider at a certain breakpoint. Then, we could have amobileInstruction
property for providing instructions to mobile users who see the alternate UI.Does anyone think this would be a useful feature?
Screenshots
Current view at 375px width using 10 range options
Example using an alternate dropdown UI for mobile
The text was updated successfully, but these errors were encountered: