According to the docs this plugin supports 'Browser', but page hangs when get injected Stripe:
- installed @ionic-native/stripe
- imported
import { Stripe } from '@ionic-native/stripe';
- injected in constructor
constructor(private stripe: Stripe) {}
After actions above my page is not loading (and no error in console) via 'ionic serve'