Currently, I am working on incorporating touch events in a three.js project using TrackballControls. However, I have noticed that my code is not functioning properly. While examining some successful examples such as http://threejs.org/examples/canvas_geometry_cube.html, I observed a slight delay of 300 ms at the beginning. This delay significantly impacts my project. How can I eliminate this 300 ms delay?
It's worth noting that my project utilizes both single and multi-touch interactions.
I did some research on fastclick (https://github.com/ftlabs/fastclick), but it appears to lack support for multi-touch functionality. If my understanding is incorrect, please provide clarification.