You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: