css touch-action code example
Example 1: touch action
Touch actions implements actions for
touch enabled devices
Example 2: touch-action in css
#element {
touch-action: pan-right pinch-zoom;
}
Touch actions implements actions for
touch enabled devices
#element {
touch-action: pan-right pinch-zoom;
}