Mobile Browser Bugs: Multi Filter, Range Filters and Regex Examples

Mobile Browser Bugs: Multi Filter, Range Filters and Regex Examples

kaz89kaz89 Posts: 5Questions: 1Answers: 0
edited March 2015 in Free community support

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

  • daniel_rdaniel_r Posts: 460Questions: 4Answers: 67
    edited March 2015

    My yadcf plugin and its filter_type: "range_number_slider" should work fine on mobile (you should include jQuery UI Touch Punch too

  • kaz89kaz89 Posts: 5Questions: 1Answers: 0
    edited March 2015

    Thanks 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?

  • kaz89kaz89 Posts: 5Questions: 1Answers: 0

    up

  • allanallan Posts: 61,771Questions: 1Answers: 10,112 Site admin

    clearing it off

    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 only keyup is listened for.

    Allan

  • kaz89kaz89 Posts: 5Questions: 1Answers: 0
    edited March 2015

    @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?

  • allanallan Posts: 61,771Questions: 1Answers: 10,112 Site admin

    Seems to work okay for me on iOS. I don't have an Android phone available at the moment to test with.

    Allan

  • kaz89kaz89 Posts: 5Questions: 1Answers: 0
    edited March 2015

    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!

This discussion has been closed.