The Paypal button is not displayed in those browsers. We see that in those browsers, when we check the Paypal information, it returns empty button instances, while if we check in other browsers or on the computer, it always returns instances with elements.
On Chrome browser:
On Mi browser:
π€ Expected Behavior
The button should render and work normally in all browsers.
Library used
paypal-js
π Describe the Bug
The paypal button isn't showing in Samsung and Mi browser.
π¬ Minimal Reproduction
Just the normal integration
<div id="paypal-button-container" style="text-align: center">PAY AND CONFIRM PURCHASE</div>
<script src="https://www.paypal.com/sdk/js?client-id={{clientId}}¤cy=EUR" data-namespace="paypal_sdk"></script>
π Actual Behavior
The Paypal button is not displayed in those browsers. We see that in those browsers, when we check the Paypal information, it returns empty button instances, while if we check in other browsers or on the computer, it always returns instances with elements.
On Chrome browser:
On Mi browser:
π€ Expected Behavior
The button should render and work normally in all browsers.
π Environment