We use handsontable in an Angular app, using HTML templates to create cell renderers with various elements. These elements all work in Chrome with disableVisualSelection set to true on desktop, but not on an iPad. Even with visual selection enabled, it seems most elements are unreactive.
It seems that with visual selection disabled, the elements are untouchable on any mobile browser, though for our purposes it would be great if we could make them work.