bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
124 stars 16 forks source link

Pinch zoom robustness #127

Closed bp2008 closed 1 year ago

bp2008 commented 1 year ago

See if the pinch zooming library can work better with 1 and 2 finger gesture transitions.

bp2008 commented 1 year ago

Fixed in https://github.com/bp2008/ui3/commit/ebe1d09e6cfc654b5ffddb0a0348b427248f6eb5

bp2008 commented 1 year ago

Notably, releasing finger #2 does not resume dragging with finger #1. But that can be a task for a later date if I care to make it better.