Is it possible to remote debug Chrome on iOS?

2.8k views Asked by At

I am able to successfully debug Safari on iOS 8.4 using Google's ios-webkit-debug-proxy. But it never sees my Chrome tabs on the iPad. I've also tried using the desktop Chrome browser at chrome://inspect but that also doesn't show it.

Is it possible to remote debug Chrome on iOS? Or is this not possible?

1

There are 1 answers

0
Peter Drinnan On

I use Vorlon. http://vorlonjs.com/ It is a free open source project from MS and uses websockets to connect to the remote device. Not as good as full chrome dev tools but you can inspect/edit the dom, view console logs etc.