IntlPhoneInput
IntlPhoneInput copied to clipboard
Why default country not selected ?
Hello, I just starting using this library but it not find my local country.
I'm use that: <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
but nothing change.
What shall I do to make it select and put my country phone indicator in the Edittext ?
Thanks.
you can use
setEmptyDefault("YOUR COUNTRY ISO")
for example
setEmptyDefault("EG") for Egypt