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

workaround for PhantomJS lying about touch support #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

workaround for PhantomJS lying about touch support #11

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 1, 2012

Temporary(?) fix for PhantomJS Issue #375 - http://code.google.com/p/phantomjs/issues/detail?id=375

Basically had some integration tests failing because of this, tappable would use TouchEvents but Phantom didn't actually support them..

Lemme know what you think, cheers.

@cheeaun
Copy link
Owner

cheeaun commented Nov 4, 2012

Not sure about this, but shouldn't it be a bug in PhantomJS instead?

@ghost
Copy link
Author

ghost commented Nov 4, 2012

I know, doesn't feel right.

I just had to make this temporary change because of a project I'm working on, lost a lot of time trying to figure out what was going on, thought I'd 'ask you' if you want to include it as a temporary fix for other people.

Feel free to reject it, cheers!

* previously only the Y axis was handled, made accidental taps on horizontal lists very frequent
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

Successfully merging this pull request may close these issues.

2 participants