Pinch and Pan Gesture

  1. 4 years ago

    Luiz D'Aniello

    9 Apr 2019 User since 2019

    Is there any example on how use these 2 gestures at same time?
    For example, i am moving the image center using 2 fingers, and doing a zoom in/out pinching. It's working fine. But i can do only one at a time.
    If i want to zoom and move at the same gesture like iPhone Photo app, will it be possible? Need to use ShouldRecognizeSimultaneously?

  2. marco

    9 Apr 2019 Administrator User since 2016

    Yes, you should return true from the ShouldRecognizeSimultaneously event.

  3. Luiz D'Aniello

    10 Apr 2019 User since 2019

    didn't get. should return true on both ShouldRecognizeSimultaneously event?

    i add "return true" to this event on PinchGesture and stopped work.

  4. marco

    11 Apr 2019 Administrator User since 2016
    Edited 4 years ago by marco

    We fixed an issue with that event, the fixed version will be available in few hours with Creo 2.0.5.

or Sign Up to reply!