Fork me on GitHub

Jlogam

JLogam - JavaScript Library for Open Gestures Acessibility Mobile


Project maintained by luanrafael Hosted on GitHub Pages — Theme by mattgraham

Welcome to JLogam.

JLogam or JavaScript Library for Open Gestures Acessibility Mobile is a HTML 5 project to provide gestures based interfaces for mobile applications.

What is?

Is a project developed to FATEC-SJC on the Analysis and Systems Development course

How to use?

First use de function JLogam.setup() to configure JLogam. This function returns true when the library is supported by the browser. See the following example.

  
    if(JLogam.setup()){
        JLogam.on(
          "cheers",
           function(){
              alert("I'm using the JLogam Library!");
         });
    }
  

Demo

  • Cheers Gesture
  • Yes & No Gestures
  • Victory Gestures
  • Directions Gestures
  • Authors and Contributors

    @lrpinheiro