simplajs / simpla-img

An editable image you can update inline, built on Simpla
https://www.simplajs.org
MIT License
6 stars 3 forks source link

Fix #34 touch scrolling #35

Closed bedeoverend closed 8 years ago

bedeoverend commented 8 years ago

Attempts at fixing touch scrolling #34. Canvas panning and transforms should only occur when it is active i.e. editable then tapped on to show controls. Otherwise should behave as regular image

bedeoverend commented 8 years ago

Don't merge yet - causing an odd bug where you can't make active after initial touch.

bedeoverend commented 8 years ago

@seaneking could you give this a squiz? Major change is that you can't pan on an image unless it's active i.e. it was tapped and the controls are visible - IMO this is better behavior anyway, more predictable, I'd say it was a bug up until now.

madeleineostoja commented 8 years ago

Sure LGTM