I am using classical tree view on my site. For mobile I've used other special designed version. My site showed the mobile version for tabled devices to the current moment, but from now on I am going to show desktop version on tablet devices. Everything is OK, except the classical tree view - Expand/Collapse signs are to small and difficult to pick.
Could anybody suggest a tree view that is well designed for tablet devices too? I think about something in metro style, but I can't find good implementations or concepts.
Ok. If nobody knows how to solve it, let me explain what have I done for this.
Looks like that there no solution for this. I took visual appearance of my html/js tree view. Took off behind js code and "+"/"-" sings. And add simple behavior.
So I simplify current tree view (mix open/close and filtering actions). It doesn't looks stupid on Desktop and in the same time is useful on Tab devices.
PS: I have used knockoutjs for filtering.