Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mobile issues #94

Open
3 tasks
tnrich opened this issue Jul 22, 2024 · 0 comments
Open
3 tasks

mobile issues #94

tnrich opened this issue Jul 22, 2024 · 0 comments
Assignees

Comments

@tnrich
Copy link
Collaborator

tnrich commented Jul 22, 2024

  • a feature can't be clicked when in mobile (same with other annotation types and the editor itself)

this is due to react-grid-layout/react-draggable#728 specifically this line:

    // Prevent scrolling on mobile devices, like ipad/iphone.
    // Important that this is after handle/cancel.
    if (e.type === 'touchstart') e.preventDefault();
  • a feature can't be double clicked to be edited when in mobile (same with other annotation types)
  • a blank seq can't be edited while on mobile. The insert seq pop-up doesn't have a way of coming up since it currently only is activated via typing
image
@tnrich tnrich self-assigned this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant