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?
pinch zoom events not working - IOS
Re: pinch zoom events not working - IOS
By the way - this happens when the zoom style is set to "Manual".
Re: pinch zoom events not working - IOS
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.
Best regards !
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;
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: pinch zoom events not working - IOS
Adding the "Chart.Zoom.Active = true;" worked. Funny, it didn't need it before. Oh well - all's well that ends well. Thanks!
Chris
Chris