This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: White Bubble appearing over ajax search pro Ios 15.1

Home Forums Product Support Forums Ajax Search Pro for WordPress Support White Bubble appearing over ajax search pro Ios 15.1 Reply To: White Bubble appearing over ajax search pro Ios 15.1

#35411
Ernest MarcinkoErnest Marcinko
Keymaster

Oh wow, that is fantastic. I know the solution then. Looks like this bug extends to text inputs, or other inputs appearing as text inputs.

With this custom CSS you can get rid off the problem:

div.asp_w.asp_m .proinput input[type=search].orig {
    -webkit-appearance: searchfield !important;
}

Clearing all caches after adding this should resolve the problem immediately. I will of course incorporate this solution to the upcoming release. Hopefully apple will fix the actual bug by then as well.