'stripejs autofill does not work on chrome mobile device (samsung galaxy)

I'm using <CardElement> and

    "@stripe/react-stripe-js": "^1.4.1",
    "@stripe/stripe-js": "^1.17.1",

Only seeing this issue on chrome mobile browser (samgsung galaxy), works fine on desktop chrome.

After entering credit card info with gpay auto fill (selecting card and then entering cvv) the gpay dialog closes and the <CardElement> does not get updated. I notice that the <CardElement> always has focus during gpay popup dialog. Anyone else experience this issue?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source