Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] CSS animated menu won't work on iphone and ipad Reply To: [Solved] CSS animated menu won't work on iphone and ipad

#195690
Shikkediel
Participant

It may be better to use a recent lib version but this could be a quick fix :

$('.parent2').bind('mousedown touchstart', function() {

Instead of :

$('.parent2').on('mousedown touchstart', function() {