daxtens / finvis

Web-based financial data visualisation. Looking for developers!
GNU General Public License v3.0
7 stars 3 forks source link

Make double-tap work on mobile devices #3

Closed daxtens closed 11 years ago

daxtens commented 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.

daxtens commented 11 years ago

Consider replacing with plus button to expand, which doubles as an indicator of further content, which presently doesn't happen.