catamphetamine / libphonenumber-js

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript
https://catamphetamine.gitlab.io/libphonenumber-js/
MIT License
2.79k stars 216 forks source link

Valid US phone number failing validation #327

Closed horaciooktana closed 5 years ago

horaciooktana commented 5 years ago

I have an issue trying to validate a valid US number: +14086953523‬ The google demo page says its a valid number, but when i check here i get the error NOT_A_NUMBER. Is there something i can do on my end to fix this? Can you confirm this fails for you too? Any help is really appreciated!

catamphetamine commented 5 years ago

The demo works. See the screenshot.

image