ionic-team / cordova-plugin-ionic-webview

Web View plugin for Cordova, specialized for Ionic apps.
Apache License 2.0
484 stars 391 forks source link

URGENT: What scheme should be used? #642

Open Phoenix-Alpha opened 3 years ago

Phoenix-Alpha commented 3 years ago

Hello,

I would like to integrate the following javascript SDKs and plugins with ionic app.

Here the problem is that Stripe.js and Google API only supports https scheme. After spending much time, I noticed that the Stripe.js supports ionic:// and httpsionic:// scheme for live mode. But Google API only working with http & https schemes.

What scheme should be used to integrate these SDKs?