Page 1 of 1

pinch zoom events not working - IOS

Posted: Fri Jun 17, 2016 5:29 pm
by 17278504
Has anybody else noticed that the pinch zoom feature doesn't work correctly any more. I think Apple changed something because it used to work fine. Now it works sometimes but mostly not. The scroll function works fine - it's just the zoom feature that has problems. It behaves like something is capturing and consuming pinch events and preventing TeeChart from seeing them. When it does work the Zoomed flag often remains set to false, even when the chart has been zoomed. I updated to the newest build of TeeChart-IOS and the problem is still there. Zoom under program control works fine.

Any suggestions?

Re: pinch zoom events not working - IOS

Posted: Fri Jun 17, 2016 5:32 pm
by 17278504
By the way - this happens when the zoom style is set to "Manual".

Re: pinch zoom events not working - IOS

Posted: Mon Jun 20, 2016 1:31 pm
by Pep
Hello,

it's strange behaviour. I've just tested with the latest compiled version which released just today.
Could you please download this version from our web site, at the customers download page and check if the problem persists ?
Make sure both "Zoom" and "Panning" Active property is set to true.

Code: Select all

            Chart.Zoom.Active = true;
            Chart.Panning.Active = true;
Best regards !

Re: pinch zoom events not working - IOS

Posted: Fri Jun 24, 2016 3:07 am
by 17278504
Adding the "Chart.Zoom.Active = true;" worked. Funny, it didn't need it before. Oh well - all's well that ends well. Thanks!

Chris