Use Remote Sources to Debug a Web App on an Emulator, Simulator, or Physical Device

InstructorRory Smith

Share this video with your friends

Send Tweet

We can emulate different operating systems, browsers, and devices within a desktop operating system. We’re going to discuss iOS and Android options we have available to us, and how to debug on those devices.

Artur Aslanyan
~ 5 years ago

You know that you don't need ngrok for testing from your phone. Just by using http-server and if you're in the same wifi network, you can use the ip address and localhost that is shown by http-server from your phone and done.