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
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.