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

Treeview, iPhone, possibly use mobile data-click like event

1 Answer 30 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Anthony
Top achievements
Rank 1
Anthony asked on 09 Feb 2015, 01:11 PM
Hi
  I have a treeview on mobile which is pretty unresponsive on iPhones. A lot of the problems I have had on iPhones are because I was using onclick instead of data-click and the iPhone has an issue here

Using a jquery event handler called bindFirst (http://jsfiddle.net/x8Na8/2/) I was able to confirm that a touchstart event was firing on the expand arrow but no click was firing. 

Is there anyway I can make the tree picker use something like data-click to make it more responsive on iPhones. On Android it just works anyway.

thanks

(NB I have asked a separate question in the past about treeviews with checkboxes but that was unusable so ignore that)

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 11 Feb 2015, 09:41 AM

Hello Anthony,

I am afraid that the Kendo UI TreeView is not a Kendo UI Mobile widget and therefore cannot use the data-click event (which is in fact tap touch event). You can submit this as a feature request on UserVoice, as it looks like a good suggestion

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeView
Asked by
Anthony
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or