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
Describe the bug
In Landscape Mode the Temperature can not be increased (swipe to the right) before decreasing the temperature (swipe to the left) because the SideSheet and it's draggable behavior always wins over both elements.
To Reproduce
Steps to reproduce the behavior:
Go to Temperature Control
Rotate your device to landscape m ode
Increase Temperature with Swipe Gesture -> Touch the point and swipe to the right to increase the temperature
Swipe to the right starts to collapse the SideSheet
Expected behavior
4. SideSheet does not start to collapse and the Temperature is correctly increased
Screenshots
n/a
Smartphone (please complete the following information):
Device: Google Pixel 3
OS: Android 12, API 31
Additional context
Temperature can be increased by clicking on desired temperature instead of swiping
Temperature can be increased by swiping the slider to the left side first, before swiping right
Potential solutions could be:
Disable SideSheet being draggable -> however that might be inconsistent to the BottomSheet
Change Slider to something else (e.g. instead of sliding use a + and - button to increase and decrease the temperature)
... other solutions
Just suggestions, not mandatory to chose one :)
The text was updated successfully, but these errors were encountered:
Describe the bug
In Landscape Mode the Temperature can not be increased (swipe to the right) before decreasing the temperature (swipe to the left) because the SideSheet and it's draggable behavior always wins over both elements.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
4. SideSheet does not start to collapse and the Temperature is correctly increased
Screenshots
n/a
Smartphone (please complete the following information):
Additional context
Potential solutions could be:
Just suggestions, not mandatory to chose one :)
The text was updated successfully, but these errors were encountered: