Irregular behavior between to queries #342
Unanswered
Arnaud34000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using Autocomplete.js on my website to help user finding the right port for their boat - I have a list of available ports in my DB.
The script is working like a charm on computers but when on mobile I have a very strange behavior.
When launching the browser and using it for the first times, it works well. But at some point when trying to make a new query, the result list doesn't display anymore.
First attemps work well :
Then it's stuck :
I suspected a z-index problem and tried many different solutions, to no avail.
When using developer tools and switching on mobile mode I cannot reproduce the problem on my computer, it always works really well. It only occurs on my mobile browser (samsung or chrome for mobile) and it's a pain to debug.
It's bugging me a lot as I really want to use Autocomplete on my project.
The url of the project right now is : boatview.siteinternetmontpellier.fr for you to test it on your mobile phones.
I really hope someone can help me with this one.
Beta Was this translation helpful? Give feedback.
All reactions