Stripe checkout not working in android webview

前端 未结 5 1943
太阳男子
太阳男子 2021-01-17 23:04

I am working on android application. The server on which I am working gives the subscription feature to the users, so users need to do payment to become a member on the webs

5条回答
  •  野的像风
    2021-01-17 23:41

    We also got the "Sorry, there was a problem loading the Checkout. If this persists, please try a different browser." error in WebView on Android (in React Native App)

    After debugging the Stripe javascript, we found some code just for Android in WebView (see image below). By adding the tag the problem was solved for us. Now Stripe loads as on IOS.

提交回复
热议问题