Nets-mobile-acceptance / Netaxept-Android-SDK

PiA Netaxept Android SDK is a library that provides the native In-App interaction to perform Netaxept payments directly from an app on Android devices while minimizing PCI DSS requirements for you.
31 stars 15 forks source link

CVC input field is hidden behind the payment card, when doing card token payment #30

Closed naxx1000 closed 3 years ago

naxx1000 commented 3 years ago

When i'm doing a card token payment while CVC is required, the input field is hidden behind the payment card. While you can still click through the card and hit the input field, this is not satisfactory. The input field seem to animate correctly, but it is still behind the payment card.

I've tried this on API lvl 28, 29 and 30. I've tried with and without any UI customization to the SDK, with no effect.

I have included a video of the problem: https://user-images.githubusercontent.com/3679246/117121729-4daf5280-ad95-11eb-8b44-996d74e34d63.mp4

naxx1000 commented 3 years ago

After reverting the constraintlayout version from 2.1.0-alpha2 to 2.0.4, the CVC input field is now being correctly shown. The same problem happens on 2.1.0-beta02. I'm closing the issue now, but it is worth to check if the SDK works with constraintlayout 2.1.0 when the version is stable.