#pkdiscgolf-payment-button
1 messages · Page 1 of 1 (latest)
👋 @valid prairie the submit button comes from your own code, not Stripe/element. Is it right there on the page? Have you tried remote debugging via Chrome to inspect the page? https://developer.chrome.com/docs/devtools/remote-debugging/
I have not. I do not believe it is related to my specific android phone though. The issue was reported to me by a different user (on mobile) and i was able to reproduce (on mobile) but there are no issues from desktop
I'm not saying it's your device, I'm saying you are the developer and can debug this
like the button is not controlled by Stripe, you control that button
So you need to figure out why it doesn't appear by looking at the generated HTML and the corresponding CSS rules and such to narrow it down
does that make sense?
not yet but i am working on getting set up in debugging mode and take a look at what you are saying
Found the issue. Thanks
what was it out of curiosity?
i was using the SK in my charge js instead of my PK
I have no idea why that would cause it to fail on mobile only though. That doesnt make sense. But i fixed that and the submit payment button shows up, and processes payments appropriately
glad you figured it out!