How to Test ThreeJS Project on Mobile phone (Android)

Hello I am a beginner in using threejs. I am trying to test my threejs project on my mobile phone so I could work with mobile controls. Is there a way to be able to test it on my mobile device?

There are many ways - depending on how you are building your project. If you have a local webserver, you can for example use ngrok to create a temporary IP address that points to your localhost - you can then use this address on any phone to see how your app works.

1 Like