JQuery - Can I query the MacBook Pro Trackpad?

后端 未结 5 1513
梦毁少年i
梦毁少年i 2020-12-17 03:48

Can I use JQuery to query the Trackpad? So I can do something like this:

Pseudo Javascript (JQuery)

$(document).keyInput().trackpadTwoFingersLeft(fun         


        
5条回答
  •  一生所求
    2020-12-17 04:15

    I've looked around a bit on the web, and so far see that both Chrome and Safari do not expose these events in the browser.

    https://superuser.com/questions/27627/three-finger-page-up-page-down-in-safari-chrome

    Touch events available in Safari?

    Firefox does support something:

    https://developer.mozilla.org/En/DOM/Mouse_gesture_events

    But I don't see a lot of references to this.

    I guess when only one browser supports it, it is a bit useless to use these kind of events.

提交回复
热议问题