Skip to content

Slider input lockout not present on all tablets #1044

Closed
@kieraneglin

Description

@kieraneglin

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

How to reproduce

Open Fluidd UI on a normal tablet (an iPad, for example)

Additional information

No response

Metadata

Metadata

Assignees

Labels

GH - BugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions