Skip to content Skip to sidebar Skip to footer

Chrome Device Inspect Cannot Find Ionic Application

I'm running debug my Ionic application with cordova run android and trying debug with chrome://inspect, it's found my device and list websites opened in my cellphone, but is not fi

Solution 1:

I believe that you need Android >= 4.4.

Here The Chrome docs about it. Remember that Cordova use a WebView to show your app, and if you want to debbug an InApp WebViews you need Android 4.4 or high

Solution 2:

Another point to note - in order for Chrome to detect in app 'WebView' of your Cordova application, your Cordova application must be of 'debug' version obtained from Cordova build. If your Cordova application is of 'release' version, Chrome will not be able to detect the 'WebView'.

Post a Comment for "Chrome Device Inspect Cannot Find Ionic Application"