Skip to content

Doesn't work on raspberry pi chromium with touch screen as it fails the $.support.touch test #337

Open
@dave-watts

Description

@dave-watts

You should get rid of the

// Ignore browsers without touch support
if (!$.support.touch) {
return;
}

section.

It just fails with no message or anything to tell you why it is not working.
It is also not correct, I commented out the section and touch punch worked perfectly on my touch screen connected to a raspberry pi.

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