#DreadNought

1 messages · Page 1 of 1 (latest)

hot jungleBOT
warped tusk
#

Is this a react native app?

#

Or just native ios and android apps?

mellow saffron
#

it's a react app, not native, im working with a webview in flutter to making it "native"

warped tusk
#

I see. So if you visit the page in the devices' browsers, you see the apple pay and google pay buttons fine?

mellow saffron
#

yes, in that case i see the button and the correct method pay, the problem is when i use flutter in the middle. the button stop recognizing the Opertating System, i have a function to detect the OS, but cannot make the button detect it

warped tusk
mellow saffron
#

ok, i will take a look, thanks!!

warped tusk
#

No prob

mellow saffron
#

will be good if in a future can add this option, to handle OS manually not auto

warped tusk
#

Yeah it's more a restriction with the payment request api

#

Which apple and google both use

mellow saffron
#

yeah, but once the OS is setup, the next step should be the same

warped tusk
#

No the issue is that the payment request api doesn't work well in a webview

mellow saffron
#

ok, i will need to work with stripe directly in flutter. Thanks for the support