Mobile Browser Bugs: Multi Filter, Range Filters and Regex Examples
Mobile Browser Bugs: Multi Filter, Range Filters and Regex Examples
Hi all,
I am using HTC One mobile browser to try out the below mention example links on the search functions, there are some bugs but it is working fine on the desktop browser.
https://datatables.net/examples/api/multi_filter.html
https://datatables.net/examples/plug-ins/range_filtering.html
http://www.datatables.net/examples/api/regex.html
Basically, when you enter a search and clearing it off, the search records did not get updated and there will be few entries (or no entries) left to search.
PS: Only the global search works fine. Any help to solve these bugs will be appreciated~ Thanks!
Answers
My yadcf plugin and its
filter_type: "range_number_slider"
should work fine on mobile (you should include jQuery UI Touch Punch tooThanks for the alternative suggestion @daniel_r~ but I am wondering if it is only happening to me or you or did any others experience this issue?
up
How do you clear it? Is there a clear button in the input in your browser? If so, you will need to add a listener for the
clear
event - in the examples above normally onlykeyup
is listened for.Allan
@allan I mean I'm visiting those examples at your site and using the HTC One browser keyboard by "backspacing". Do not know if it is only hapenning only to my phone or any android and iphone users, maybe you could test it?
Seems to work okay for me on iOS. I don't have an Android phone available at the moment to test with.
Allan
Icic, @allan I cannot edit the question post so I will add on here that the default HTC One browser and dolphin browser are not working but the chrome browser works so maybe when you have an android, you can test it out.
PS: I don't know if it happens to the other android users (on this browser issues), so anybody who tested it, feel free to update here. Thanks!