react-touch-events
react-touch-events copied to clipboard
Will this package work in a simulator?
trafficstars
I am not seeing any logs when I use the iOS simulator. Should this work with the trackpad in the simulator?
Hi,
I don't know if the webview in the simulator can trigger touch events or not. But the latest version of react-touch-event had removed the click events default.
If you want to use click events when browsers don't support touches, you can use react-touch-events@1 instead.
Thanks! Will try.