dbachelder / CreditCardEntry

Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface
MIT License
503 stars 166 forks source link

Updated CreditCardEntry#focusOnField #39

Closed jaytj95 closed 8 years ago

jaytj95 commented 8 years ago

Changed scrollToTarget() field.getLeft to field.getRight(). It gives me the desired behavior on my Note 5. I tested on various devices via emulator and it seems to have done the trick.

Resolves #38

jaytj95 commented 8 years ago

Nevermind, it still occasionally brings up the same issue.