RobertoPrevato / jQuery-KingTable

A jQuery plugin for administrative tables that are able to build themselves, on the basis of the input data.
MIT License
117 stars 33 forks source link

Search field does not work on touch based iOS devices #1

Closed MauriceS closed 8 years ago

MauriceS commented 8 years ago

The demo located at http://ugrose.com/content/demos/kingtable/complex-filters.html works fine on desktop browsers, but when I view it with Safari on the iPad, the search field does not seem to work properly.

The first character is displayed, but after that it does not accept any new character.

Other functionality, such as sorting, does not seem to be affected.

RobertoPrevato commented 8 years ago

Hi Maurice, thanks for the heads-up, I will dedicate time to this as soon as possible.

RobertoPrevato commented 8 years ago

@MauriceS, quite surprisingly, it seems the bug was caused by a CSS rule. I tested using an Apple iPad Mini 16Gb (MD531FD/A), reproducing the same error you described. After removing this CSS rule user-select: none, now the page is working properly on my iPad. Since currently I have only this single device to test, I don't close this issue yet.

RobertoPrevato commented 8 years ago

The fix has been tested successfully with different mobile devices running iOS.