Skip to content

Touch Input Support #107

@giiutfff

Description

@giiutfff

Some CSS suggestions:

Prevent swipe down refreshing when scrolling (and replaces overscroll-behavior-x)

body {overscroll-behavior: none;}

Stop scrolling, so selecting nodes is possible. Need a button(select/move) to toggle this.

#editor_div {touch-action: none;}

Moving nodes:

div.node {touch-action: none;}

Other problems with touch input:

Turning knobs doesn't release focus correctly.
Nodes can be created when Create Node dialog is closed.
Undo, Redo etc are not available.

Also, why I can't make rests(silence) in monoseq? And how do I make chords?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions