Closed daxtens closed 11 years ago
Double-click works on a desktop. Double-tap does not work on a mobile. Fix this.
Background: double-tap currently gets intercepted by a D3 zoom behaviour, so try to do this in a D3-ish way (rather than capturing the events raw.)
People have looked into this on stackoverflow, there's some useful info there.
Consider replacing with plus button to expand, which doubles as an indicator of further content, which presently doesn't happen.
Double-click works on a desktop. Double-tap does not work on a mobile. Fix this.
Background: double-tap currently gets intercepted by a D3 zoom behaviour, so try to do this in a D3-ish way (rather than capturing the events raw.)
People have looked into this on stackoverflow, there's some useful info there.