WP8 scrolling fixed! Maybe help someone else

I love ionic, but on a windows phone 8 device, scrolling is not good. This is not technically a fault with ionic, but if ionic could include the following by default it would fix it.

If you include this on your index.html page, scrolling is perfect in wp8 as android and ios is.

body {  overflow: hidden;  -ms-content-zooming: none; }

Hope it helps

1 Like

Hey there! So yeah, WP8 has some bugs, one being how they handle touch event (blame IE)

But this could be used in the future when we focus on WP8 more, thanks for pointing this out.