braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 128 forks source link

Keyboard overlay field #68

Closed edharkhimich closed 4 years ago

edharkhimich commented 5 years ago

There is an issue when you click on expiration date field and the opened picker overlay on this field. With rest of the fields all works perfect. Could you please fix this ?

quinnjn commented 5 years ago

Hi @lyfm, do you mind taking a screen recording of the issue?

It would also help to know what android-card-form version you are using, and Android device(s) you're able to reproduce the issue on.

Thank you!

quinnjn commented 5 years ago

I'm going to close this issue due to inactivity. Please comment on it with some more details and we'll re-open it.

ostamustafa commented 5 years ago

after cardForm is setup, when pressing on the expiration date edit text the date picker keyboard will not display properly but all other fields are displayed properly.

android device not related android version 7.1.1 and version 9 android-card-form versioin 4.2.0 android studio 3.4

ostamustafa commented 5 years ago

a workaround would be to either change the app theme style to dark or to override the colors of the extension date dialog to your preference

quinnjn commented 5 years ago

@ostamustafa can you provide a screen recording of the issue?

quinnjn commented 5 years ago

This is what I currently see running on an Android 9/Pie emulator

expiration-keyboard

quinnjn commented 5 years ago

I'm going to close this due to inactivity but please provide a screen recording or reproduction steps and I'll reopen!

yashsharma45 commented 4 years ago

I am having same issue on this form. Expiration Date field is hidden by keyboard but all other fields are working fine.

I am using this implementation:-

com.braintreepayments:card-form:3.1.1

sestevens commented 4 years ago

Hey @yashsharma45 👋Is this occurring on a specific device or Android version? Are there any specific steps we can follow to reproduce the issue?

scannillo commented 4 years ago

Closing this due to inactivity.