#DreadNought
1 messages · Page 1 of 1 (latest)
it's a react app, not native, im working with a webview in flutter to making it "native"
I see. So if you visit the page in the devices' browsers, you see the apple pay and google pay buttons fine?
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
Ah seems like it just isn't possible. See: https://github.com/stripe-archive/stripe-payments-demo/issues/44#issuecomment-570106112
ok, i will take a look, thanks!!
No prob
will be good if in a future can add this option, to handle OS manually not auto
Yeah it's more a restriction with the payment request api
Which apple and google both use
yeah, but once the OS is setup, the next step should be the same
No the issue is that the payment request api doesn't work well in a webview
ok, i will need to work with stripe directly in flutter. Thanks for the support