jquery-ui-touch-punch icon indicating copy to clipboard operation
jquery-ui-touch-punch copied to clipboard

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

Open dave-watts opened this issue 1 year ago • 1 comments

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.

dave-watts avatar Dec 08 '23 15:12 dave-watts

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

RWAP avatar Dec 08 '23 15:12 RWAP