Question can't connect chrome via wifi debug

kwui

Member
Feb 7, 2024
7
0
1
Visit site
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
 

ThomasLost

Banned
Aug 30, 2024
2
0
1
Visit site
To debug your website on your phone using Chrome DevTools over WiFi, first enable WiFi debugging in your phone's Developer Options. Then, open Chrome on your computer, go to chrome://inspect, and click "Configure...". Enter your phone's WiFi debug IP address and port. After clicking "Done", select your phone under "Remote Target" on the Chrome DevTools page to start debugging. Ensure your React app is accessible via --host on the same WiFi network for seamless debugging.
 

Forum statistics

Threads
947,893
Messages
6,936,695
Members
3,160,907
Latest member
awifeandmother