Harsh Baldevbhai Bhakt

Results 110 comments of Harsh Baldevbhai Bhakt

I was trying to reproduce it on my end but was not able to do that. I think if you can send me the exact background image that might help....

Did you get the solution? I tried with given image, this is what I got ![image](https://user-images.githubusercontent.com/4918760/50878731-15ceb500-13fe-11e9-8f14-016fa717f47e.png) So it looks like you are managing width from parent container. Is that the...

Thank you for reporting. Do you have any suggestion how can we solve this? Right now we check if query is a substring of the name or not.

What do you store on server? Country name, phone code or country alpha code? On Mon, Jul 4, 2022 at 04:10 Mughal963 ***@***.***> wrote: > I cannot assign the country...

Country name code is the best way to ensure right country is being set and selected. Country name can created issue if users are opening app in different language then...

I guess this is because of two different formats (national and international). Still, I will look into it and see if we can give good support for national format as...

Absolutely... Meanwhile, if you want apply ```app:ccp_rememberLastSelection="true"``` that should preserve selection on rotation using shared preferences.

That is because +1 is country code and 876 is technically an area code (some countries have only one area code and some countries have more). The formatting is designed...

Thanks for reporting. It looks like leading 0 is dropped when making an international call. ![image](https://user-images.githubusercontent.com/4918760/80164769-22493380-8597-11ea-88ce-1a857c2e28bf.png) This might not apply to South Korea phone but in national format, Indian phone...

Sorry to know that. I created a new project with Kotlin, and integrated the version 2.2.9. It worked as expected. Can you please share the gradle file? That will be...