How to disable remote android debugging of WebView in Ionic/Cordova
问题 I have an Android app built on top of the Ionic/Cordova platform. By default Remote Android Debugging is enabled. https://developers.google.com/web/tools/chrome-devtools/remote-debugging/ This means that if the device is connected to a computer, one can go open the Chrome browser, go to chrome://inspect find a list of webpages, or app's with webviews, click inspect and see the apps HTML, JS and other resources. This is fine for debugging but I'd like this disabled in the released app. In