Skip to content

st-js/hammerjs-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Strongly-Typed Javascript (STJS) Bridge to HammerJS

The STJS bridge to HammerJS gives you access to this great library using a Java syntax.

new Hammer(cell).on(
    "touchstart touchend touchcancel touchleave touchmove dragstart drag dragstop", 
    ev -> {
        if (!that.isDragAllowed()) {
            ev.stopPropagation();
            return false;
        }
        return true;
    }
);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages