Long click on iOS

When i use a longclick in Android the action is executed while i press the button. In iOS the longclick event happens after i lift my finger from the button. I think it should be the same on both OS.

Off topic
The little game I made uses a sound.vibrate block. It works on my iPhone 5 SE but not on my iPad Air. I guess maybe that device doesn't have a buzzer.

CodiMash.aia (16.1 KB)

Yes, this is the default interpretation of a long press by UILongPressGestureRecognizer on iOS. We may be able to build our own custom recognizer that replicates the Android behavior.

That's correct. I think only iPhones have the vibration hardware. iPads and iPod touches do not.