Search code examples
jqueryhtmlcordovawindows-phone-8phonegap-build

HTML page not scrolling in windows phone 8


I am creating a hybrid app for android , IOS and windows phone and its working fine for android and IOS but for windows phone 8 the scroll is not working and i had added overflow-y:scroll property for all the HTML pages in windows but again its affecting my jquery swipe , fixed header element and popup feature. Issues 1-fixed header-bouncing along with the whole page 2-Jquery swipe- not working when the page is scrolling 3-popup- showing weird opacity


Solution

  • Add -ms-touch-action: pan-y to body/element that needs scrolling. https://msdn.microsoft.com/en-in/library/windows/apps/hh767313.aspx