Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plans to implement Pinch to Zoom? #49

Open
peteygao opened this issue Jan 10, 2014 · 2 comments
Open

Plans to implement Pinch to Zoom? #49

peteygao opened this issue Jan 10, 2014 · 2 comments

Comments

@peteygao
Copy link

Right now it seems like Zooming has to be manually invoked, is there any plans of adding pinch to zoom on touch screen devices?

@willcode4food
Copy link

I'm not sure what you mean by this. If you handle the touch start, touch move and touch end events in your code and fire the events detailed in the docs, the pinch to zoom works. I've implemented it in something I'm working on. You can see it here http://projectneptune.azurewebsites.net/game

@peteygao
Copy link
Author

Sorry, I don't see how you have implemented pinch to zoom in your game. I tried to pinch to zoom on your page with a touch device and I didn't see anything zooming occurring. Also the event to listen for is event.scale for pinch to zoom, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants