Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
dave-watts opened this issue Dec 8, 2023 · 1 comment

Comments

@dave-watts
Copy link

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.

@RWAP
Copy link

RWAP commented Dec 8, 2023

You should have a look at the fork which has had many many improvements over this original code which has not been updated in years

https://github.com/RWAP/jquery-ui-touch-punch

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants