• dmitrynsaa

    (@dmitrynsaa)


    Users erases the country code on mobile safari. How to prevent this?

    • This topic was modified 6 months ago by dmitrynsaa.
Viewing 6 replies - 16 through 21 (of 21 total)
  • tubathery33

    (@tubathery33)

    @narinderbisht the drop down still not working , and it gets code duplicated and doesnt allow to update the code as per choice, gets stucked

    tubathery33

    (@tubathery33)

    Also, @narinderbisht Only numbers validaton doesn work

    Plugin Author Narinder Singh

    (@narinderbisht)

    @tubathery33 please share screen record, what issue you are facing.
    Thank you.

    josinter

    (@josinter)

    I tried the latest version and it’s working on mobile now! However, there is one small issue: when the page first loads, the input field doesn’t include the country code, so the first digit entered vanishes as it auto-completes to the country code. I fixed this on my end with JavaScript, but it would be great to have this included in the plugin.

    Thanks, Narinder!

    tubathery33

    (@tubathery33)

    @josinter can you please share js you added?

    @tubathery33 hey, I’ve used something like this

    jQuery(function ($) {
    setTimeout(function() {
    jQuery("[name=FieldName]").val('+55').trigger('change');
    }, 1000);
    });

    but it’s a very simple workaround as you need to hardcore the fieldname and country code. Hopefully this will be fixed in the plugin itself.

Viewing 6 replies - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.