The box select doesn’t seem to be working properly here when I try it on mobile devices. Seems to work fine on the Desktop however… Have any of you faced similar issues/behavior?
. Here’s how I added it to the figure:
p = figure(x_axis_type='datetime', plot_height=300, plot_width=700, active_drag='box_select', tools='pan, box_select, box_zoom, reset')
I have some CustomJS callbacks linked to this using cds.selected.js_on_change(...) where cds is the column data srouce used for glyphs in figure p.
It’s really strange because it seems to be working just fine on both mobile and desktop for the plots here. I thought I created these the same way. But clearly ducked it up somewhere 
Any thoughts would be much appreciated!
