mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
feat(platform): default desktop to use material design
Breaking Change: Previously the default was to use ios mode if a more specific platform was not determined. Now the material design mode (md) will apply by default. In most cases this means desktop browsers will now receive the md mode. Closes #6003
This commit is contained in:
@ -9,7 +9,7 @@ const doc: any = document;
|
||||
Platform.register({
|
||||
name: 'core',
|
||||
settings: {
|
||||
mode: 'ios',
|
||||
mode: 'md',
|
||||
keyboardHeight: 290,
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user