Cannot double click on row in mobile devices ,desktop works fine.
Cannot double click on row in mobile devices ,desktop works fine.

Hi @allan,
I am having problem when I am using mobile device or tablet, when I double clicked the row of datables inside modal, it doesn't work but it works fine on desktop.
$('#itemlist').on('dblclick', 'tr', function () {
// do something here
});
Thank you in advance.
This discussion has been closed.
Answers
can someone have this idea ?
if I double click on table it will zoom in my tablet, I don't know why the dbclick is not triggering in tablet or on mobile device.
just ignore