-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop-in doesn't show on iOS (Device and Emulator) #92
Comments
I tried also with basic configuration:
On my backend server the clientTokenURL has been invoked. Environment is:
|
I would recommend to use srikanthonl/ngx-braintree only for your Desktop version of your app. |
I have found these braintree/braintree-web-drop-in#478 |
I had the same issue. No payment method was loaded in ios simulator and on real ios devices. On Android and PWA it worked. The xcode log showed me following error when the dropin ui was created: I then added in my again |
Hi,
I am using this plugin with this configuration
<ngx-braintree [clientTokenURL]=braintreeTokenUrl [createPurchaseURL]=braintreeCheckoutUrl (paymentStatus)="onPaymentStatus($event)" [showCardholderName]="true" [chargeAmount]="50" [enablePaypalCheckout] = "true" [buttonText]="'Pay'" [enabledStyle]="enabledStyle" [disabledStyle]="disabledStyle" [currency]="'EUR'"> </ngx-braintree>
It works using ionic serve, with cordova platform browser and android (emulator and devices), but it doesn't work on iOS.
There is an infinite loader.
No errors into console log.
Thanks
The text was updated successfully, but these errors were encountered: