ionic-team / vscode-extension

15 stars 0 forks source link

Feature Request: Capacitor Http #125

Closed mariomorenor closed 1 year ago

mariomorenor commented 1 year ago

It would be grest to test the Http Capacitor client. Actually doesn't have support.

dtarnawsky commented 1 year ago

You can use the API for Capacitor HTTP as described here: https://capacitorjs.com/docs/apis/http#example It isn't possible to turn on the Capacitor HTTP by default though as you may be using cordova-plugin-advanced-http which also does native HTTP.