Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ionic View doesn't show on chrome inspect

The problem

I'm trying to do some debugging on my ionic app and I have a Moto Maxx (international version of the Droid Turbo). Problem is, the device is detected, but my application is not listed on chrome://inspect, as you can see on the screenshot below.

Motorola error

P.S.: Other devices show my app just fine. And the problem also happened with other motorola devices.

What have I done so far

  • Enabled USB debugging. (And adb see the phone just fine).
  • The device is well connected, tested with other cables.
  • Discover USB devices is checked on chrome://inspect.
  • Tried to close and open the app before and after USB connection.

So, am I doing something wrong?

like image 265
Mauker Avatar asked Dec 03 '15 14:12

Mauker


People also ask

How do I inspect the ionic app in Chrome?

On your device, open the Ionic app that you would like to debug using Chrome. With your app running on the device, head back to Chrome and click on inspect under your device in the list of remote targets. This will open the Chrome Developer Tools in a new window.

How can you test debug an ionic app?

To inspect your app with remote debugging, open Chrome and now navigate to chrome://inspect/devices, which will show you all connected devices. Click on inspect for the instance you want to debug and a new window with the familiar Chrome debugging tools comes up.


2 Answers

You should change to USB Mode to MTP or PTP(Linux) from Charge Only for it to work

like image 151
JAAD Avatar answered Oct 19 '22 07:10

JAAD


You should install the device's driver. I had also issue but with Samsung.

like image 1
Rai Vu Avatar answered Oct 19 '22 09:10

Rai Vu