You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: