almende / chap-links-library

a web based visualization library for displaying graphs, networks, and timelines
http://almende.github.com/chap-links-library
Apache License 2.0
599 stars 167 forks source link

Can't scroll vertically when on mobile #357

Open next2heaven opened 8 years ago

next2heaven commented 8 years ago

When viewing the timeline component on a mobile device, you can't scroll up or down the page if your finger is anywhere on the timeline. Is there something I can set to make it interactive the way it should be?

josdejong commented 8 years ago

There isn't really an option for this. The successor of chap-links-library, vis.js, has an option clickToUse which is usable on desktop but not really helpful on mobile. There is an issue opened for it here: https://github.com/almende/vis/issues/1455