Square Web Payments SDK Mobile Browser

I’m using the Square Web Payments SDK on a React web app. It all is working perfectly on desktop, testing Chrome and Safari. When testing the build on a mobile browser, Safari, the payment form doesn’t populate.

1 Like

:wave: Are there any console errors when testing with the mobile view?

I found the issue. I had some mobile css that was selecting iframe for another feature on the site, this selection was affecting the card input form.

Glad to hear you found what the issue was and thanks for sharing with the community. :slightly_smiling_face: