Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhoneNumberUtil.isValidPhoneNumber for Netherlands (+31) is returning invalid for valid numbers. #49

Open
JoshanTandukar opened this issue Jun 24, 2022 · 2 comments

Comments

@JoshanTandukar
Copy link

JoshanTandukar commented Jun 24, 2022

PhoneNumberUtil.isValidPhoneNumber for Netherlands (+31) and Estonia (+372) is returning invalid for valid numbers.
Please verify for these numbers
+37282720636 (Estonia)
+31097010255547 (Netherlands)

@josecaseiro
Copy link

Hi.
Did you solve the problem?
I'm facing the same with Angolan +244951223344

@JoshanTandukar
Copy link
Author

Nope we are preprocessing for issued number like the one with yours and for others .
if(+372)
else if(+31)
else libphone
like this
you can add yours as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants