paypal / paypal-here-sdk-android-distribution

Add credit card (swipe & key-in) capabilities to your Android app
Other
83 stars 95 forks source link

Hide a prompt popup from PayPal SDK #196

Open chifeng opened 2 years ago

chifeng commented 2 years ago

Hi Developers,

We're working on our App integrations with PayPal here SDK, and there is a prompt popup when we created a transaction.

As you can see the screenshots below.

I've set the parameters like this:

        options.setShowPromptInCardReader(false);
        options.setShowPromptInApp(false);

It's still showing the prompts in our App. Is there a way to hide/remove the prompts?

Thank you, Chifeng

EarthyOrange commented 2 years ago

Hi @chifeng! Thank you for raising this issue!

Can you please give more details on:

chifeng commented 2 years ago

I hope we can define this prompt by ourself. Actually, we've created the prompt screen on our app. This prompt looks strange and does not match our App style. Also, PayPal's prompts covered our App page.