Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Checkout Throws Error On Android Webview

Checkout Throws Error On Android Webview

ngoel
Shopify Partner
4 0 2

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.