This is a migrated thread and some comments may be shown as answers.

Cannot zoom charts on windows phone

2 Answers 38 Views
Charts
This is a migrated thread and some comments may be shown as answers.
JamesD
Top achievements
Rank 1
JamesD asked on 20 Aug 2013, 05:40 PM
Hi

Please navigate to any kendoui chart with Windows Phone (IE browser) e.g. 
http://demos.kendoui.com/dataviz/bar-charts/date-axis.html
The browser native zoom that work on any other parts of the page doesn't work on the chart area.

Just checked that it's not caused by combination of wp/svg as here zoom works:
https://developer.mozilla.org/samples/svg/swarm-of-motes.xhtml
Furthermore- other types of dataviz widgets (e.g. radial gauge) don't have this problem.
Thanks.

 Raido

2 Answers, 1 is accepted

Sort by
0
Accepted
T. Tsonev
Telerik team
answered on 21 Aug 2013, 07:56 AM
Hi,

We are aware of this issue, but we're still working on a permanent solution.
The workaround for the moment is to execute this code after the chart is initialized:

$("#chart").css("-ms-touch-action", "auto");

Apologies for the caused inconvenience.

Regards,
T. Tsonev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
JamesD
Top achievements
Rank 1
answered on 21 Aug 2013, 08:12 AM
Thanks!
Tags
Charts
Asked by
JamesD
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
JamesD
Top achievements
Rank 1
Share this question
or