paypal-android icon indicating copy to clipboard operation
paypal-android copied to clipboard

Why do I use native payment sdk, but the web page pops up?

Open powerzd opened this issue 1 year ago • 1 comments

PayPal Android SDK Version

1.3.0

Environment

Both

Android Version & Device

Any device

PayPal dependencies

implementation "com.paypal.android:paypal-native-payments:1.3.0"

Describe the bug

I implementation native payments sdk, but when i start to checkout,the payment process takes place in the browser, how can I use the native payment popup?

To reproduce

  1. I implementation native payments sdk
  2. checkout
  3. the payment process takes place in the browser,

Expected behavior

how can I use the native payment popup?

Screenshots

No response

powerzd avatar Mar 12 '24 00:03 powerzd

Hi @powerzd this should only occur on the first login attempt. Subsequent attempts should use the native payment popup once a user has logged in.

sshropshire avatar Mar 12 '24 14:03 sshropshire