Hi enthusiasts, I wanted to connect to my chrome dev tool to my chrome app on phone, so I can debug website on phone.
But, even though, this works on USB, I want it to work through wifi debug. Option I have on my phone. I can connect via adb to wifi debug. There's like special code, IP and port it asks for in order to verify and connect.
But in chrome, there's no such available. How do I make it ?
Because I can expose my react app, through --host as well, and debug on phone, without needing wires
But, even though, this works on USB, I want it to work through wifi debug. Option I have on my phone. I can connect via adb to wifi debug. There's like special code, IP and port it asks for in order to verify and connect.
But in chrome, there's no such available. How do I make it ?
Because I can expose my react app, through --host as well, and debug on phone, without needing wires