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

touch scrolling

3 Answers 229 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Sagi
Top achievements
Rank 1
Sagi asked on 18 Aug 2013, 12:03 PM
Hi,
When trying to scroll in my tablet (IE10) when kendo chart is in focus (the swipe occurs on the chart) nothing really happens.
Looks like the chart does not bubble up the swipe event and the page is not being scrolled.
How can I fix that ?
Thx
Sagi
btw, in chrome the scoop  behavior is just fine.

3 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 21 Aug 2013, 07:20 AM
Hello,

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
IT Dept
Top achievements
Rank 1
answered on 28 Jul 2017, 08:48 PM
Is there any update on this? I've got a rogue `touch-action:none` appearing on a grid for some reason.
0
IT Dept
Top achievements
Rank 1
answered on 28 Jul 2017, 08:52 PM
I found my issue, the "selectable" property was disabling touch events on the grid. I couldn't delete the above comment.
Tags
Charts
Asked by
Sagi
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
IT Dept
Top achievements
Rank 1
Share this question
or