#Coverttrickster
1 messages · Page 1 of 1 (latest)
hello! gimme a second to go through this
Hi @white raptor You can use Safari's web inspector to debug your codova application. Details here -> https://cordova.apache.org/docs/en/11.x/guide/next/#safari-remote-debugging-with-web-inspector
A look at topics that new Cordova developers will encounter.
Turn the debugger on and see if there are any error messages.
No there are no errors appearing on the safari web inspector. Stripe is working globally as I have been able to call it from the web inspector directly.
Is there a public URL to access your webpage?
Also did you add the stripe domains to access config? https://cordova.apache.org/docs/en/11.x/config_ref/#access
These are the Stripe domains that you should add https://stripe.com/docs/ips#stripe-domains
Unfortunately no it requires authentication to get in. I will look at the access config right now.
I originally did include <access origin="*" /> to the config. Would I need to allow it on a different tag?
This looks good to me.
Can you deploy your webpage to somewhere publicly accessible so that I reproduce and help you troubleshoot further?
Unfortunately its only reproducible in the ios app which also requires authentication and I dont have control over the production server to modify them so I cant get it publicly accessible. Here is an image of what shows in the web inspector.
Here is what It should show which is from my Edge browser
Looks like the sources that are provided on my working one show up.
But they show up as "about:blank" on the ios app version.
I'm afraid that I'm unable to provide any helpful advise if I can't reproduce the problem.