Scrolling only with two fingers on windows phone

Hi,

I have a problem with scrolling content on windows phone 8/8.1. I can scroll content using only two fingers. Is it a ionic bug or WP? Is the problem with multitouch?

Cheers
ol3j

Windows doesn’t handle touch events really well at all. Which is we we don’t support Windows phone yet. There is still a lot of work to be done to make sure everything work on the platform

I’m trying to port my app to the Surface Pro and scrolling still seems to require 2 fingers on Windows 8.1 with the latest build. Any hope this might be fixed soon or should I just use native scrolling and implement my own infinite scroll and pull to refresh?

@ferryfax There has been a fix recently for scrolling on Windows 8.1 but is not yet in a release. Try adding -ms-content-zooming: none; to the css for your body tag.