cordova-plugin-ionic-webview
cordova-plugin-ionic-webview copied to clipboard
URGENT: What scheme should be used?
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?