Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › White Bubble appearing over ajax search pro Ios 15.1
- This topic has 7 replies, 2 voices, and was last updated 4 years, 7 months ago by
Ernest Marcinko.
-
AuthorPosts
-
October 29, 2021 at 9:38 am #35393
adam-polyaire89
ParticipantHi, we’ve found with the latest ios 15.1 that the autofill created a big white overlay on the search field for ajax search pro. See attached video. Is there a setting we can change to stop this from happening? Or do we need to redesign the form to just be white? See attached screen shot and video. Looking forward to hearing from you.
October 29, 2021 at 1:40 pm #35400Ernest Marcinko
KeymasterHi,
I tried to check directly on your website again, but currently the search is changed to a white background one.
We tried on your site with the same search theme, but it does not appear: https://youtu.be/w3Va584j3rQ
There is a blink of the input focus for a second, I guess that is some kind of an IOS 15 feature to signal the input, but it’s all right. It is definitely not coming from the search itself.
I assume Apple made yet again something unusual, it is not the first time we are dealing with random issues only affecting some special cases. If you go to this URL, does the red search bar have the same issue on your end: https://ajaxsearchpro.com/isotopic-layout/October 30, 2021 at 12:39 am #35405adam-polyaire89
ParticipantHi Ernest
Please see screen shot taken on ios 15.1 of your site, showing same issue. The photo shows the same issue in chrome on a laptop next to the phone.October 30, 2021 at 9:00 am #35408Ernest Marcinko
KeymasterThank you very much, so this is actually something to do with that specific IOS version. I assume there must be a some sort of a difference between the version I am testing on, even though it says 15.1, maybe something to do with the locale.
Sorry to bother you with this, but can you please try these two input fields on this test page: https://wp-dreams.com/test/test.html
Does the issue appear on any of them?October 30, 2021 at 9:14 am #35409adam-polyaire89
ParticipantHi Ernest
Sure, please see attached. The First Input test has the issue, the second input test does not have the issue.October 30, 2021 at 9:19 am #35411Ernest Marcinko
KeymasterOh 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.
October 30, 2021 at 9:23 am #35412adam-polyaire89
ParticipantThank you, does this need to be entered in the plugin custom CSS? I will be able to try this on my site monday.
October 30, 2021 at 9:26 am #35413Ernest Marcinko
KeymasterYou can use any custom CSS input field. The plugin custom CSS field is fine too.
-
AuthorPosts
- You must be logged in to reply to this topic.