Android Question PayPal MPL Library (login screen)

luke2012

Well-Known Member
Licensed User
Longtime User
Hi all,
I tried the @Erel example about MPL library and all work fine (and the example is very well done).
See here --> https://www.b4x.com/android/forum/threads/paypal-mpl-library.29840/

The only layout issue (related to paypal login) is the not user friendly login window because the login / cancel buttons are not visible and the user must scroll down to find they (see my attached screenshot).

Another example is the space to fill the "Enter email" filed is very limited (the user can't easily review the filled email).

So my question is: "How to set the PP login window to full screen (100%x and 100%y)" ?

Thanks in advance for your reply :)
 

Attachments

  • Screenshot_2017-03-10-09-29-40.png
    Screenshot_2017-03-10-09-29-40.png
    154.2 KB · Views: 354

MarcoRome

Expert
Licensed User
Longtime User
Hi Luke. After that you click on button Paypal...do you have windows full screen ?

Because if i use the same code by @Erel i have this effect:

 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Quick side question: Isn't it depreceated?
No, dont seem.

https://github.com/paypal/sdk-packages/tree/gh-pages/MPL

GUIDE 2016

Adaptive Payments is now a limited release product. It is restricted to select partners for approved use cases and should not be used for new integrations without guidance from PayPal.

Those building new integrations should consider using Braintree Payments, a PayPal Company, which is the easiest way to accept PayPal, credit cards, and many other payment methods.
 
Upvote 0
Top