abetusk / bleepsix

bleepsix
GNU Affero General Public License v3.0
27 stars 3 forks source link

[sch/brd] Fix trackpad zooming issues #77

Closed abetusk closed 9 years ago

abetusk commented 9 years ago

On some trackpads zoom goes haywire. Figure out how to make these input devices zoom properly so the user doesn't have to resort to keyboard shortcuts.

priority: medium estimate: 3

abetusk commented 9 years ago

What a nightmare:

https://github.com/jquery/jquery-mousewheel/issues/36 http://stackoverflow.com/questions/12486141/check-if-user-is-scrolling-with-trackpad/31195419#31195419

abetusk commented 9 years ago

I don't think this is possible with current technology. For reference, there's this? https://github.com/jquery/PEP.

Closing as there's not much I can do.