Skip to content

Touch events are incorrect for Internet Explorer #27

@WilliamRClark

Description

@WilliamRClark

This is because I.E. doesn't support touchmove, or touchend events.

In order to be compatible, you typically have to a check for events:
window.navigator.msPointerEnabled ? "MSPointerMove" : "touchmove"

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