Paypal checkout express button not showing on iOS Simulator

Good morning.

I am trying to put a paypal express checkout button.

It works fine with chrome, safari, Android AVD.

But When I run it on iOS Simulator the button is not rendered properly.

Does anyone know why?

Button to be expected:
image

Button in iOS Simulator that is not rendered:
image

I am using ionic 3.19.0

1 Like

Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Safari dev tools: https://ionic.zone/debug/remote-debug-your-app#ios Look at the console and network tabs for errors.

Yes. I did, if you mean to say if I did debugging on Safari dev console.

I found out that the callback of paypal.button.render( … ) is not being called. And the paypal.button.render().then() is not also being called.

But no error message or anything?

No error message at all.
It just don’t work.

Did you fix that issue?
I have same problems with ionic 1
Any updates ?

Well. I don’t let users pay on iOS :grin:
So, my users only pays on Web/Android :star_struck:

Hey, did you make it work? I’m in the same situation

1 Like

@jcedrickd

Hey, did you make it work? I’m in the same situation

1 Like

Does anyone know how to fix this issue?