Capacitor Native HTTP over Angular HTTPClient, improves HTTP communication on the app?

I’m removing Angular HttpClient and implementing Capacitor HTTP Native because communication on my Ionic App is very inefficient on simple Http requests, it takes very little to loose connection or getting requests incomplete. Anyone with a similar experience that solved changing this?

Hello, please try this plugin:

It automatically rewrites all http requests from angular to the native http plugin. You don’t need to change your code.

1 Like

Sorry to piggyback on an old thread. But I’m starting a new app and am pondering whether to use Angular HttpClient or Capacitor.

The plugin link that was provided says there is no need to install the plugin if using a later version of Capacitor? I’m assuming because of this, if you do use Angular HttpClient, Capacitor Http is used for requests when running on device?