matdumsa / jQuery.threesixty

A plug-in that turns an array of images into a 360 degrees interactive view that can be rotated at will
http://www.mathieusavard.info/threesixty/
108 stars 40 forks source link

Touch device support #1

Open ghepting opened 11 years ago

ghepting commented 11 years ago

Hey great work on this! I'm working on implementing into a fully responsive layout and am running into a couple of challenges along the way:

1) Is there a method for destroying or reinitializing the object with a new size? (Something I can trigger onresize)

2) Can you give me some advice on how to get this to support touch interface for swiping the rotation? Do you have plans to build such functionality?

matdumsa commented 11 years ago

Hi ghepting, touch support has been implemented as a side-project and will be merged in master soon this year.. stay tuned..

As for the re-init thing, it shouldn't be that hard, we could potentially preserve the index to avoid interfering.. I suggest this should be hapenning by default on image resize..

ghepting commented 11 years ago

Cool. Keep up the good work.

asecondwill commented 11 years ago

Did touch support happen?

lizlantz commented 9 years ago

I echo the last comment: Did touch support happen? Looks like a great plugin but I need something with touch support.

dracoamit commented 7 years ago

Please can u let us know if touch has support has been added?