Why Panning and Zooming in a Web App Can't Be Perfect
1–9 of 9 posts
Re: Why Panning and Zooming in a Web App Can't Be Perfect
#2Re: Why Panning and Zooming in a Web App Can't Be Perfect
#3Re: Why Panning and Zooming in a Web App Can't Be Perfect
#4Re: Why Panning and Zooming in a Web App Can't Be Perfect
#5Touch events per se are not supported in Safari as far as know.
My issue here is with wheel events. They look identical for trackpads and mice, so I can't code for different behaviour.
Re: Why Panning and Zooming in a Web App Can't Be Perfect
#6Re: Why Panning and Zooming in a Web App Can't Be Perfect
#7i.e. Web apps can’t poll at 1000Hz or even 240.
Re: Why Panning and Zooming in a Web App Can't Be Perfect
#8I'm actually hoping I'm wrong about the inability to reliably distinguish between trackpad and mousewheel wheel events.
"The best way to get the right answer on the Internet is not to ask a question; it's to post the wrong answer."
Re: Why Panning and Zooming in a Web App Can't Be Perfect
#9I'm actually hoping I'm wrong about the inability to reliably distinguish between trackpad and mousewheel wheel events.
Secretly hoping to take advantage of Cunningham's Law? "The best way to get the right answer on the Internet is not to ask a question; it's to post the wrong answer."
Except unfortunatly, I think I'm right.