Closed Manaspaul623 closed 5 years ago
I finally fix this by going in the file **platform/android/cordova-plugin-braintree/* - build-extras.gradle and editing to
dependencies { compile 'com.braintreepayments.api:braintree:2.21.0' //2.2.1 Working compile 'com.braintreepayments.api:drop-in:2.3.8' }
When I am trying to connect with PayPal, the browser not closing and not returning to my app. Please help me to fix the issue. Showing this message
Navigation is unreachable: com.**.***.pos.braintree://onetouch/v1/success?token=EC-71229415R2057501E&ba_token=BA-7MT74179DE6494833
Actually my app id is com.**.***.pos. but the returning url showing with extra .braintree and i don't know why.