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:
Adam Bradley
2016-04-12 12:20:31 -05:00
parent 79cfa6f407
commit 51032d284d
3 changed files with 124 additions and 19 deletions

View File

@ -9,7 +9,7 @@ const doc: any = document;
Platform.register({
name: 'core',
settings: {
mode: 'ios',
mode: 'md',
keyboardHeight: 290,
}
});