Skip to content

Issue in Touch events #15

@B4ljeets1ngh

Description

@B4ljeets1ngh

file: wordfindgame.js
function: touchMove, line107
problem: the touch events do not register on the grid
fix: change var targetElement = document.elementFromPoint(xPos, yPos); select(targetElement) TO select(document.elementFromPoint(xPos, yPos)); Because variable targetElement is giving null.

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