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
I have ionic application. I am using this package in ionic application . but when I open PayPal popup in small device close button is hide .unable to go back to app and for notch device close button is cut down .any one know how to open in browser or any other solution.
The text was updated successfully, but these errors were encountered:
I managed to remove the ugly white border and the close button.
You need to put this style in your custom.scss file or any other global css file:
html.ios .paypal-checkout-sandbox-iframe {
top: 25px !important;
border: 0;
}
this style will remove the white border if you like and move the overlay slightly down, you can really style the close button because it's inside an iframe that is generated only once the paypal js sdk is loaded.
I have ionic application. I am using this package in ionic application . but when I open PayPal popup in small device close button is hide .unable to go back to app and for notch device close button is cut down .any one know how to open in browser or any other solution.
The text was updated successfully, but these errors were encountered: