Skip to content

eventsjs flags for different events(mouse/touch/pointer) return wrong data on IE11 #16

Description

@dhara-02

These are the flags used by eventjs to detect mouse, touch, pointer events respectively
eventjs.isMouse
eventjs.isTouch
eventjs.isMSPointer

These flags are set wrong when we work on IE11 : It always sets eventjs.isMouse = true, even if event type is pointerEvent and when we have touched the target element , it should be eventjs.isMSPointer = true

Activity

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

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