Questions tagged [quojs]

Quo is a micro javascript library designed for mobile apps.

From the Quo homepage:

Quo is a micro, modular, Object-Oriented and concise JavaScript Library that simplifies HTML document traversing, event handling, and Ajax interactions for rapid mobile web development. It allows you to write powerful, flexible and cross-browser code with its elegant, well documented and micro coherent API.

3 questions
8
votes
3 answers

Javascript touch movement, track when user swipes from edges

I need to track user touch events. I want to track when user swipes from edges. For example when user swipes from left vertical edge I will show a menu, from right edge make an alert, and show another menu when user swipes from top. I couldn't find…
trante
  • 33,518
  • 47
  • 192
  • 272
2
votes
1 answer

Installing Quojs

I'm trying to install Quojs, a gestures library but I got the following error : TypeError: $$(...).tap is not a function Any idea what I should do to get it work ? The Touc Project
J'hack le lezard
  • 413
  • 7
  • 23
0
votes
1 answer

Event firing and can't avoid happening

I'm new with Javascript, and I'm developing a webapp. I'm using quojs, a library for tactil gestures, but my problem, I think, comes from my inexperience with Javascript. The app y basically, an images gallery that generates dinamically, and lets…