I’m having a problem with my website http://www.philipmadeley.com for “on touch” events in the nav. It seems to handle the first “touch” ok, but then doesn’t work for the rest. I tired several solutions, but I’m not that technical so i guess I might have overlooked something… anyway I can’t seem to find an answer. Hope you can help.
I’m having a problem with my website www.philipmadeley.com for on touch events in the
Share
use the event.originalEvent.touches or event.orignialEvent.changedTouches
and use instance 0
alert(tx);
}});