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
BTClient.showPaymentViewController({
bgColor: "#FFF",
tintColor: "#ff6600",
barBgColor: "#0066cc",
barTintColor: "white"
}) .then(function(nonce) {
//do something here
}).catch(function(err){
//do something here
}
But what happened is, it just showing loading page and seemed to stuck there.
This never happens before and only happens in certain Android phones.Works fine in certain Android phone. I checked in iOS , seemed like this problem didn't occur in iOS.
The text was updated successfully, but these errors were encountered:
unpokolokko
changed the title
Infinite loops when calling PaymentViewController
Infinite loading when calling BTClient.showPaymentViewController
Oct 18, 2018
Everytime my app user choose Braintree as payment options i will call to setup the BTClient based on platform(ios/android) , see code below :
//setup BTClient
And then I call over :
But what happened is, it just showing loading page and seemed to stuck there.
This never happens before and only happens in certain Android phones.Works fine in certain Android phone. I checked in iOS , seemed like this problem didn't occur in iOS.
"react-native": "^0.49.0",
"react-native-braintree-xplat": "^4.0.0",
Thanks.
The text was updated successfully, but these errors were encountered: