How to bypass FastClick with Kendo UI DataViz Chart -


we have web app used ipads , iphones. using fastclick (https://github.com/ftlabs/fastclick) eliminate 300ms wait time mobile/tablet users.

this makes snappier, interaction chart (using svg rendering) spotty. tapping works, not. ​users need able normal chart interactions tap point see value , toggle series on/off in legend. if disable fastclick, chart tapping works fine.

fastclick has built-in way bypass element. add "needsclick" css class, , leaves element alone. put css class on div chart rendered in, each clickable element in chart apparently needs have "needsclick" class added it.

is possible?

i gave up. added "needsclick" svg elements after chart rendered, , ipad clicking still weird. worked, not consistently.

i think these libraries both trying solve same problem , stepping on each other it, removed fastclick.

this fastclick 1.0.6 , kendo ui v2015.1.408.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -