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

Input Events Failing #61

Open
Xerosigma opened this issue Apr 13, 2013 · 2 comments
Open

Input Events Failing #61

Xerosigma opened this issue Apr 13, 2013 · 2 comments

Comments

@Xerosigma
Copy link

I've tried several times to test touch input events with no success.

Is there something wrong with this code?

    <p style="font-size: 40px; background-color: yellow; width: 64px; height: 64px; display: block;">
        ununuunnnunnunununu<span>mimiiimiimmi</span>
    </p>

    <script>
    // Chaining methods (works fine atm)
    $$('p > span').html('tapquo').style('color', 'blue');

    $$('p').swiping(function() {
        $$('p', this).style('background-color', 'red');
    });
    </script>

You can find a live version here if you would like to test it yourself:
http://terrachaos.net/web/

Thank you.

@soyjavi
Copy link
Owner

soyjavi commented May 1, 2013

Testing on MOBILE device?

@Xerosigma
Copy link
Author

Yup. ZTE Warp Sequent running Android.

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