Closed
Description
Fluidd Version
Latest develop
Browser
Safari, Other (Please tell us below)
Device
Mobile device (Phone, Tablet or similar)
Operating System
Android, iOS
What happened
Slider input locks aren't present on tablets that are larger than the Vuetify mobile breakpoint
What did you expect to happen
Slider input locks should be present on tablets. Possible solutions:
- add checks for touch screens - possibly in tandem with a larger breakpoint cutoff to not show locks on touchscreen laptops. (relevant SO question)
- change the cutoff to include larger devices. This has bigger ramifications as there are a lot of independent definitions of
isMobile
in the codebase that would all need their tablet behavior considered.- tangential: it may be worth refactoring
isMobile
into a helper method that's then imported and called by the views. DRY it up and all that
- tangential: it may be worth refactoring
How to reproduce
Open Fluidd UI on a normal tablet (an iPad, for example)
Additional information
No response