wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Fixed scroll position OnTouchMove. #266

Closed dp901 closed 7 years ago

dp901 commented 7 years ago

Setting the ScrollViewer's position to only the delta when a touchmove event occurs is not correct. The delta needs to be added to the current scroll offset.

BSick7 commented 7 years ago

Good work. Manually merged.