What do I use to detect clicks in IOS?[Legacy]

What do I use to detect clicks in IOS? I have the app working on other platform just fine, but in IOS the input is strange. Is like the cursor is detecting the position in the las place it was, and I have to do a little scroll to do clicks. Should I use mouse events, touch events?

Thanks

Mouse events should work everywhere, but I think mouse down events tend to work nicest for most tap/click events :slight_smile:

1 Like

Thanks! I will try again