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

iPad support #1

Open
oskarkrawczyk opened this issue Jun 3, 2010 · 3 comments
Open

iPad support #1

oskarkrawczyk opened this issue Jun 3, 2010 · 3 comments

Comments

@oskarkrawczyk
Copy link

"There is to handle 'touchstart', 'touchmove', and 'touchend' events which are fired in lieu of the usual 'mousedown', 'mousemove', and 'mouseup' events"

Guess again: http://www.tabqwerty.com/2010/04/08/supporting-mouse-events-in-mobile-safari.html

@jplarson
Copy link
Owner

jplarson commented Jun 3, 2010

Thanks ma' friend! That's a brilliant solution and I've incorporated it. On the iPod touch that I tried it on I find that the browser window itself is still dragging, though it's 3 years old. Will play with it a little more!

@oskarkrawczyk
Copy link
Author

There's a specific webkit CSS property (or was it a META tag) to disable this behavior – I can't really remember what that was.

I'll let you know if I find it.

@jplarson
Copy link
Owner

jplarson commented Jun 3, 2010

Right on. I gave a look and the closest I found was to disable scaling:

Works like a charm, but doesn't solve the problem at hand! I'm going to let this one be for now, may revisit later when I get my hands on an iPad. Open invitation to all others to tackle!

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