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

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

jemzjemz Posts: 131Questions: 40Answers: 1

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.

Answers

  • jemzjemz Posts: 131Questions: 40Answers: 1

    can someone have this idea ?

  • jemzjemz Posts: 131Questions: 40Answers: 1

    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.

  • jemzjemz Posts: 131Questions: 40Answers: 1

    just ignore

This discussion has been closed.