ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: bbieber on December 03, 2018, 11:45:36 pm

Title: swipeModel: { on: true } - touch events are lost on Android
Post by: bbieber on December 03, 2018, 11:45:36 pm
A couple of my users have Android phones.  If you have the swipeModel: { on: true }, the swipe works fine but the click/touch events are lost.  I've seen this with both checkboxes in the grid and buttons in the toolbar.  If you keep tapping, every once in awhile the event is fired.

You can see the same behavior in the checkbox demo https://paramquery.com/demos/checkbox (https://paramquery.com/demos/checkbox).

Currently I am checking the OS, if its an Android, I turn off the swipe.
Thanks.
brian