Live search not working on iPad
-
Hello
On WooCommerce store built with Woodmart theme my client informed me that LIVE SEARCH (in header of website) is not working.
The client sent me a video of what is happening – link to video is in private content:
-ISSUE 1: as soon as she starts typing the search field dissapears
-ISSUE 2: she typed in “AULP” but after reopening the live search field the letters are mixed up and it states “APLU”
The issue is not web browser specific – she tested on Safari and on Chrome and the issue was on both browsers.
The issue seems to be iPad specific (she has iPad PRO 11) – I was not able to recreate the issue since I don’t have any Apple iPads.
Could this be a bug?
Best regards,
Primož
Hello,
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.wd-event-hover > .wd-search-dropdown:focus-within {
visibility: visible;
opacity: 1;
transform: none !important;
pointer-events: visible;
pointer-events: unset;
}
Kind Regards
Thanks, the client said it worked and solved the issue.
Thank you for fast response and keep up the good work!
Best regards
Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.
The topic ‘Live search not working on iPad’ is closed to new replies.