4
votes

So I'm reading in this link and it says we can use chrome for remote debugging an app which seeems great but they don't explain how to do it. When I click in the link they provide which has some android documentation, I just see java code. As a non java-developer I wonder how can I use remote debugger in chrome for ionic framework?

1
plug your phone into the pc, go to chrome. then type: chrome://inspect into the url bar. open your app on your phone. - letterman549
hi @letterman549, thanks that worked great, if you can convert this comment into an answer I can upvote your answer, since comment don't receive points :) - Jeka
Glad it helped :) will do the old copy paste. - letterman549

1 Answers

8
votes

To access remote debugging of a webview on your phone, plug your phone into your pc and go to chrome. then type: chrome://inspect into the url bar. open your app on your phone and it should show your device on the inspect dashboard.