We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
problem typing an option in the label field on iphone xr zafari. I can only type two characters and the search crashes.
The text was updated successfully, but these errors were encountered:
Did you find any solution? I don't think legacy browsers are supported, though.
Sorry, something went wrong.
I did not find a solution, I just ignore ios devices. works for me. thanks for working on this, tail is nice.
document.addEventListener("DOMContentLoaded", () => { if(isIOSDevice()) return; tail.select("#", { ... }); }); function isIOSDevice(){ return /ipad|iphone|ipod/i.test(navigator.userAgent.toLowerCase()); }
You're welcome and feel free to contribute if you have any ideas or improvements.
No branches or pull requests
problem typing an option in the label field on iphone xr zafari.
I can only type two characters and the search crashes.
The text was updated successfully, but these errors were encountered: