Yang-Tang / shinyjqui

jQuery UI Interactions and Effects for Shiny
https://yang-tang.github.io/shinyjqui/
Other
273 stars 32 forks source link

Added Touch Punch to enable mobile/touch support #40

Closed rquitales closed 3 years ago

rquitales commented 5 years ago

shinyjqui previously didn't work on mobile devices as the base Jquery UI didn't support touch-based events. By incorporating Touch Punch we can simulate events to map touch events to their mouse event analogs.

gorantesj commented 5 years ago

Do you mean that touch punch is already added to shinyjqui or that in order to add touch punch in shinyjqui we must follow the instructions that are in the link?

rquitales commented 5 years ago

Do you mean that touch punch is already added to shinyjqui or that in order to add touch punch in shinyjqui we must follow the instructions that are in the link?

This PR adds in TouchPunch to enable mobile usage of shinyjqui.

rquitales commented 3 years ago

Closing this PR as it's now addressed in commit 4e9192dbb1d4cb2ef827da14662a0f063d63a8da.