Reputation: 3091
Is it possible to use chrome://inspect to debug Chrome running on an iPhone that is plugged in via USB?
Basically I just want to use Chrome on my laptop to debug, not Safari.
Upvotes: 2
Views: 162
Reputation: 2354
No, this is not possible. The reason for that is that due to the limitations of iOS Chrome uses WebKit while on all other platforms it employs Blink to render web pages. Chrome DevTools' core which resides in Blink hence it is not available on iOS.
Upvotes: 1