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
The browser is the most recent stable version of iOS Safari.
Describe the Problem
The drag handling prevents pinch to zoom gesture. This usually occurs when a touch event handler only worries about the first element of the touches[] array, instead of making sure there is only one element.
Expected behavior:
On mobile browsers it should be possible for people to quickly zoom in and back out on the carousel images. Multi touches should probably be ignored by the library.
Actual behavior
Multi finger touches act like a single finger touch.
Additional Information
The text was updated successfully, but these errors were encountered:
Bugs and Questions
Describe Your Environment
"react": "18.2.0",
"nuka-carousel": "^6.0.3",
The browser is the most recent stable version of iOS Safari.
Describe the Problem
The drag handling prevents pinch to zoom gesture. This usually occurs when a touch event handler only worries about the first element of the touches[] array, instead of making sure there is only one element.
Expected behavior:
On mobile browsers it should be possible for people to quickly zoom in and back out on the carousel images. Multi touches should probably be ignored by the library.
Actual behavior
Multi finger touches act like a single finger touch.
Additional Information
The text was updated successfully, but these errors were encountered: