Enable quicks (double?) clicks on Ipad Safari

12,443

You can try using the doubletap plugin which enable the use of "doubletap" events on iPhone and iPad devices.

Share:
12,443
Admin
Author by

Admin

Updated on June 04, 2022

Comments

  • Admin
    Admin about 2 years

    I'm building a HTML/JavaScript interface in which I would need some reactivity and so, the possibility for users to click really fast on the same button on the page.

    I disabled the doubleclick/zoom on the iPad thanks to the <meta name="viewport" content="user-scalable=no" />, but then, if I double click or click too fast on the buttons, it does nothing.

    I'm using jQuery and tried the dblclick event, didn't work.