0

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?

Don Rhummy
  • 24,730
  • 42
  • 175
  • 330

1 Answers1

0

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.

Peter Drinnan
  • 4,344
  • 1
  • 36
  • 29