You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Browser: Mi browser, Samsung browser
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: