Home › Forums › Chart Support › Disable touch support › Reply To: Disable touch support
I’m also running into this issue, I tried using jQuery / Modernizr to disable pointer events, but it didn’t work :(
if (Modernizr.touch) { $(‘#chartContainer1’).css(‘pointer-events’, ‘none’); }
Did you manage to find a fix for this issue please?