braintree / braintree_node

Braintree Node.js library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
334 stars 104 forks source link

Android Custom Keyboards Registering as Invalid Cards #137

Closed mrboli closed 6 years ago

mrboli commented 6 years ago

General information

Issue description

Exactly the same as this: https://github.com/braintree/braintree-web/issues/234 Basically, the hosted fields isn't reading the inputs correctly when it's an android phone with a custom keyboard (including Samsung phones with their default keyboard).

quinnjn commented 6 years ago

This issue sounds related to braintree-web (the JavaScript client SDK) and not braintree_node (this is the server SDK).

Can you move this issue to braintree-web?

mrboli commented 6 years ago

@quinnjn Let me double check this, but we're using hostedFields without braintree-web, just braintree!

crookedneighbor commented 6 years ago

Like Quinn said, braintree-web is the repo for the client side JavaScript SDK. Whether you're using npm or the hosted script from Braintree, braintree-web is the repo where the source code for those files is. Please update to the latest version of the JS library (3.32.1) and if the issue persists, leave a comment on the issue you linked to https://github.com/braintree/braintree-web/issues/234