interactiveinstitute / energy-intelligence

Visualisation touch screen app for SP
1 stars 0 forks source link

Add touch simulation layer for testing purposes #31

Open tjc-schipper opened 11 years ago

tjc-schipper commented 11 years ago

Delegate click handling to a separate object which has debug on/off toggle. Either e.cancelDefault or not, based on that. Important: Check if this is compatible with D3's model for touch interaction!

sander commented 11 years ago

Until you have this, you can use touch emulation in Chrome: open the web inspector and check Settings > Overrides > Emulate touch events. The inspector needs to stay open for this to work.