Skip to content

Commit

Permalink
feat(scrolling): Windows Phone default to native scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Apr 23, 2015
1 parent f81fa24 commit c40e36c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/angular/service/ionicConfig.js
Expand Up @@ -343,6 +343,14 @@ IonicModule

});

// Windows Phone
// -------------------------
setPlatformConfig('windowsphone', {
scrolling: {
jsScrolling: false
}
});


provider.transitions = {
views: {},
Expand Down

1 comment on commit c40e36c

@jbollacke
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaks scrolling on wp8 right now.

Please sign in to comment.