Closed mfranzen0906 closed 10 months ago
I want to get access to the touches Array https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent But the onTouchStart function does not return this.
onTouchStart={(e) => { const nativeEvent = e.evt; const { touches } = nativeEvent; }}
I want to get access to the touches Array https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent But the onTouchStart function does not return this.