Has anyone created a pinch / zoom class/function that they would be willing to share? I found the example code but it’d be a lot cleaner to use if it was encapsulated into a module.
Did you ever get a pinch zoom module working?
I’d really like to be able to implement pinch zoom on multiple images. [import]uid: 11712 topic_id: 2753 reply_id: 11894[/import]
I’d like to know this too, I’ve not seen the sample code (must be looking with my eyes shut again) but I’ve tried implementing my own and not had much luck.
@evs That’s a very good sample, but it does not provide pinch zoom rotation, which I think is a very important element. At least giving an impression of tracking the touch points for manipulating the image beneath is a good start, but it’s tricky to do. [import]uid: 8271 topic_id: 2753 reply_id: 25952[/import]