Suggestion – click event with touchstart
-
I had problems using collapse-o-matic on mobile, so i’ve searched what could be the issue and got to these topics:
I would suggest using “touchstart” event also with the click, so it could work normally on mobile (i’ve just tested in safari):
jQuery(document).on(‘touchstart click’, ‘.collapseomatic’, function(event)Currently i am using the <div onclick=”void(0);”> solution and it’s fine.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Suggestion – click event with touchstart’ is closed to new replies.