Delphi XE4 iOS gestures not working

I can’t understand how to work.

myTImage set the GestureManager property to myTGestureManager . myTImage has an onGesture event handler for HandleGestures . However, the code never runs when performing zoom functions on a macbook / iOS simulator (although the documentation says it should work as far as I read)

+6
source share

Source: https://habr.com/ru/post/949607/


All Articles