문제

I access web inspector through http://simulatorIPaddress:1337/ in chrome on the desktop and I can inspect any pages of the Browser on my simulator. I've built the WebWorks app with the bbwp command with -d flag added. When I start the app the pop-up with Web Inspector Enabled appears. Development Mode is turned on, Web Inspector is turned on. However, only the browser appears in the Web Inspector list. Can anyone help on this? Should the developer mode IP matter? Should the pop-up show an IP address? Thanks.

도움이 되었습니까?

해결책

Every web inspector session is on its own port. So if the browser is already using 1337, your session is likely on port 1338.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top