Question can't connect chrome via wifi debug

kwui

Member
Feb 7, 2024
8
0
1
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
 
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.
 

Members online

Forum statistics

Threads
955,995
Messages
6,966,354
Members
3,163,457
Latest member
dongapko1