Skip to content

Feature: Panning and zooming on mobile #11

Description

@KristofferStrube

We want to be able to support panning and zooming on mobile devices that don't have a mouse.

We currently support panning on devices that have a mouse by listening for the middle-button being pressed. And we support zooming by listening for the scroll-wheen being rolled.

There exist many methods for supporting panning on touch devices. One such approach is to start panning if the user has multiple fingers on the screen. Some only need to have 2 or more fingers on the screen to support a generic free movement of zoom, panning, and coordinate system rotation. But there are other options, so I'm very open to ideas. We haven't implemented rotation of the coordinate system on the desktop yet so I would probably also wait to implement that until I have found an intuitive interaction method for rotating on the desktop.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions