Skip to content
New issue

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

iOS White Screen #3

Open
javiertrillo opened this issue Sep 12, 2019 · 1 comment
Open

iOS White Screen #3

javiertrillo opened this issue Sep 12, 2019 · 1 comment

Comments

@javiertrillo
Copy link

Hello,

Im using stripe.js with Iionic. In Android all works fine. But in iOS, the first time that the App is opened, after the screenshot a white screen is show and we see the message in the console "Stripe is not defined".

Has it ever happened to you? How did you solve it?

Best regards.

@Baadier-Sydow
Copy link
Owner

That just sounds like the script hasnt loaded yet or isnt ready so the Stripe object isnt there. The "is not defined" type problems are normally solved in pretty similar ways. Try this on StackOverflow.

Alternatively, check whether you arent being blocked by some content security policy. You might need to include the stripe domain in the allow-navigation tag in your config.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants