Forum Replies Created by s10wen

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Disable touch support #6109

    Awesome! Tested and can confirm it works on iPhone :)

    in reply to: Disable touch support #6066

    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?

Viewing 2 posts - 1 through 2 (of 2 total)