RemoteDebug/remotedebug-ios-webkit-adapter

Cant see the screencasting in Chrome DevTools

rockzill opened this issue ยท 5 comments

Hi.
I have connected my iPhone and can see only html structure and other things, but cant see screencasting from my devices.
How can I fix this?
Thanks in advance for reply, it is highly appreciated.
Regards,
Alex.
screen shot 2018-07-13 at 12 12 35

debug info
screen shot 2018-07-13 at 12 37 31

@rockzill Is your phone unlocked? Can you see Safari on your phone?

@auchenberg Thanks for your reply. Yes, my phone is unlocked and safari is running on it.
Also I would like to mention that remotedebug_ios_webkit_adapter --port=9000 command does not execute os-webkit-debug-proxy automatically. I need to run it manually before remotedebug_ios_webkit_adapter

Fixed this by specifying the same port 9222 instead of 9000 for remotedebug_ios_webkit_adapter. Works now. Thank you @auchenberg for awesome tool!

๐Ÿ‘