Multiselect tree on ios 10 safari browser.

http://docs.webix.com/samples/17_datatree/04_api/04_multi_select.html

In my desktop browser I can easily select multiple nodes in the tree.

I am having issues with multi-selecting nodes in a tree in Safari on iOS 10. When I select one the other becomes unselected. Is there some special interaction I am missing here?

Yep, you can use multiselect:“touch”,

in this mode first tap (click) will select node and second tap on the same node will deselect it.

http://webix.com/snippet/55434a17

Works Great! Thank You!