"MouseUp" works on my IOS simulator. Should I change it to 'touchend' anyway to make sure it works on the actual ipad? If yes, what is the best way to have both, so I do not need to make seperate versions for each device?
Max
TouchEnd
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: TouchEnd
Hi Max,
since there is no "mouse" on mobile, I think "mouseup" is automatically translated
to "touchend" on mobile, so you should not need to provide both!
Best
Klaus
since there is no "mouse" on mobile, I think "mouseup" is automatically translated
to "touchend" on mobile, so you should not need to provide both!
Best
Klaus