We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Testing on MOBILE device?
Sorry, something went wrong.
Yup. ZTE Warp Sequent running Android.
No branches or pull requests
I've tried several times to test touch input events with no success.
Is there something wrong with this code?
You can find a live version here if you would like to test it yourself:
http://terrachaos.net/web/
Thank you.
The text was updated successfully, but these errors were encountered: