You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visit dygraphs.com/tests/demo.html on an iPad and tap the chart. Nothing happens.
There's a pull request which addresses this: #244 Calling "g.mouseMove_(event)" in touchstart also fixes the issue but has the downside of generating select events even when the chart is being panned.
The ideal solution would check if the touch ever moved in touchend and do the selection there if it didn't. This would be analogous to the way we distinguish click/drag and click.
From danvdk on May 01, 2013 14:32:57
Visit dygraphs.com/tests/demo.html on an iPad and tap the chart. Nothing happens.
There's a pull request which addresses this: #244 Calling "g.mouseMove_(event)" in touchstart also fixes the issue but has the downside of generating select events even when the chart is being panned.
The ideal solution would check if the touch ever moved in touchend and do the selection there if it didn't. This would be analogous to the way we distinguish click/drag and click.
Original issue: http://code.google.com/p/dygraphs/issues/detail?id=469
The text was updated successfully, but these errors were encountered: