• Resolved kimyager34

    (@kimyager34)


    Hi there,

    I have a problem with search box on mobile just IOS
    I tried it on android but its perfect on android. I dont know how long this problem exists but i just realized it.

    This is android
    https://ibb.co/RNY2zdr

    and this is apple
    https://ibb.co/NWJdB3F

    I think there is a problem with input on css but i cant solve it.

    Thanks for all

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    It is a mobile safari bug, it is present on some devices. Try this custom CSS, it should get rid off it:

    div.asl_w div input[type="search"] {
        appearance: auto !important;
        -webkit-appearance: none !important;
    }

    Best,
    Ernest M.

    Thread Starter kimyager34

    (@kimyager34)

    So thanks you are perfect. i cant fixed it two days. thanks alot again.

    Plugin Author wpdreams

    (@wpdreams)

    You are very welcome 🙂

    I will mark this thread as resolved then. Feel free to rate the plugin, it is greatly appreciated.

    Best,
    Ernest

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem on Mobile (IOS)’ is closed to new replies.