We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using ionic 4 and i followed the documentation but I got the following errors.
Native: tried calling Stripe.setPublishableKey, but Cordova is not available. Make sure to include cordova.js or run in a device/simulator
Native: tried calling Stripe.createCardToken, but Cordova is not available. Make sure to include cordova.js or run in a device/simulator
it seems like other Cordova plugins are fine. Any idea about this problem?
The text was updated successfully, but these errors were encountered:
Are you listening to deviceready event before using cordova object ? is cordova.js included in your html root ?
Sorry, something went wrong.
Did it work?
No branches or pull requests
I am using ionic 4 and i followed the documentation but I got the following errors.
Native: tried calling Stripe.setPublishableKey, but Cordova is not available. Make sure to include cordova.js or run in a device/simulator
Native: tried calling Stripe.createCardToken, but Cordova is not available. Make sure to include cordova.js or run in a device/simulator
it seems like other Cordova plugins are fine. Any idea about this problem?
The text was updated successfully, but these errors were encountered: