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
Post a Comment for "Chrome Device Inspect Cannot Find Ionic Application"