cssangularjssassmobile-websiteintl-tel-input

intl-tel-input dropdown not working on mobile browser


I am using intl-tel-input library for international telephone dropdown selection.

enter image description here

When opening the app on web browser, country flags are coming as expected with proper styling, but it comes like above screenshot in mobile browser. I have added the flag css like

background-image: url("../images/flags@2x.png");

Library's live sample is here. Any clue?

--------------------- Edit ---------------------

I am using International Telephone Input v9.0.5.


Solution

  • After debugging the CSS files of the lib and many other options, finally library update resolved the issue.

    I replaced the older version library with latest Release v12.1.2. And now it looks like below in mobile device.

    enter image description here