#Kevinland-redirect-mobile

1 messages · Page 1 of 1 (latest)

unique acorn
#

Can you give some more details? What is the button doing? What debugging steps have you tried so far?

livid fern
#

the button has the id submitBtn

#

this is my .js file that listens to the event

#

i also tried touchstart instead of click, but that wasn't the issue

#

after I saw the console log on my mobile chrome, it seems to be only logging "sanity check" and "result back"

#

my data line used to be }).then((data) => {

#

but i don't think that's the issue

#

somehow the promise part cntaining stripe doesn't get ran at all

unique acorn
#

It's not even logging "stripe initialized"?

livid fern
#

wait now it's working somehow, i think it was the fact that my website was not handling the https correctly

#

is there any way for stripe to work temporarily without https?

unique acorn
#

In live mode we require https, but you can test without https in testmode