Closed Keyurhardas closed 3 years ago
@Keyurhardas this plugin uses native library to make network calls, which mean, it's not Ajax calls we do usually for a Cordova App which is handled by WebView. Only WebView originated calls are logged to Chrome Devloper tool - network tab.
You will have to depend on native debugging tools on Android Studio/Xcode to see those calls.
I am using this plugin in my Ionic 3 app for SSL pinning and I am using this through Plain Cordova approach. This is my code which enabled ssl pinning and sends a GET request. I am getting the response but I am not able to view the network activity in the Chrome developer tools> Network tab.
How can I view the network activity in my app with this plugin installed.