1.2.5 • Published 6 years ago

detect_guester v1.2.5

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

detect-guester-plugin

The plugin will detect user guester like swipe or long press etc...

ps:required jquery

    detectGuester.longPress({
        target: string, // html element, example: '#test'
        wait_time: integer, // trigger callback after x seconds
        callback: function(){....} // trigger callback
    });

    detectGuester.press({
        target: string, // html element, example: '#test'
        callback: function() {...} // trigger callback
    });

    detectGuester.rotate({
        target: string, // html element, example: '#test'
        callback: function() {....} // trigger callback
    });

    detectGuester.zoom({
        target: string, // html element, example: '#test'
        callback:function() {....}, // trigger callback
        direction: string // in (zoom-in) or out (zoom-out)   
    })
</code>
1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago