mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(windows): initial add of windows mode
basically a copy of md for now references #5565
This commit is contained in:
@@ -144,7 +144,7 @@ Platform.register({
|
||||
'tablet'
|
||||
],
|
||||
settings: {
|
||||
mode: 'md',
|
||||
mode: 'wp',
|
||||
},
|
||||
isMatch(p: Platform): boolean {
|
||||
return p.isPlatform('windowsphone', 'windows phone');
|
||||
|
||||
Reference in New Issue
Block a user