Skip to content

Commit c40e36c

Browse files
committed
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

Diff for: 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: {},

0 commit comments

Comments
 (0)