Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c40e36c

Browse files
committedApr 23, 2015
feat(scrolling): Windows Phone default to native scrolling
1 parent f81fa24 commit c40e36c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎js/angular/service/ionicConfig.js

+8
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,14 @@ IonicModule
343343

344344
});
345345

346+
// Windows Phone
347+
// -------------------------
348+
setPlatformConfig('windowsphone', {
349+
scrolling: {
350+
jsScrolling: false
351+
}
352+
});
353+
346354

347355
provider.transitions = {
348356
views: {},

1 commit comments

Comments
 (1)

jbollacke commented on Apr 28, 2015

@jbollacke

Breaks scrolling on wp8 right now.

Please sign in to comment.