You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've filed an issue with the Capacitor httpd wrapper repo since the wrapper Httpd class uses getUrl instead of getURL. This prevents the cordova-httpd plugin from loading in Ionic + Capacitor apps if added in the way that the Ionic doc shows.
In the meantime, getUrl can be added to CorHttpd.js.
The text was updated successfully, but these errors were encountered:
I've filed an issue with the Capacitor httpd wrapper repo since the wrapper Httpd class uses
getUrl
instead ofgetURL
. This prevents thecordova-httpd
plugin from loading in Ionic + Capacitor apps if added in the way that the Ionic doc shows.In the meantime,
getUrl
can be added toCorHttpd.js
.The text was updated successfully, but these errors were encountered: