Checkout Throws Error On Android Webview

ngoel
Shopify Partner
2 0 0

Getting "There was a problem with our checkout" error on our android apps while checkout.

  •  Using Mobile Buy SDK version: 5.1.0
  • Checkout works fine on iOS webview but throws error on native android webview

ngoel_0-1679687897765.png

 

image.png

Replies 2 (2)
vivekmittal
Visitor
1 0 0

Facing the same issue. Found any solutions yet?

Stanislavsky
Visitor
2 0 0

Try to add 

domStorageEnabled = true

after 

javaScriptEnabled = true

 It helped me.