cordova-plugin-ionic-webview icon indicating copy to clipboard operation
cordova-plugin-ionic-webview copied to clipboard

URGENT: What scheme should be used?

Open Phoenix-Alpha opened this issue 4 years ago • 0 comments

Hello,

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

  • Stripe,js
  • Google API
  • Deeplink

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?

Phoenix-Alpha avatar May 09 '21 21:05 Phoenix-Alpha