-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default to Material Design for desktop web #6003
Comments
I've been hacking this using the Platform class. Would be nice to have it built in. |
@jimitndiaye Cool, the platform class, and more so the config is built so apps can easily customize which mode to use under certain criteria. We still have to create some good demos showing how to do this. |
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
@adamdbradley Can you comment on the efficacy of Ionic for building a) mobile-optimzed web apps and b) desktop web apps? |
How to build an app as a website? |
Slack, for example. Mobile apps, desktop app, web site and desktop apps all quite similar. |
We see "Material Design" as the preferred desktop web UI. By default, use the
md
mode for all desktop browsers. It's debatable if desktop Windows browsers should get Windows platform or not, but while Windows users are browsing the web, they are using the web platform. On any desktop browser, we want the "web" platform to have a common UI. However, when an Ionic app is placed inside of a shell that runs specifically on windows, it should then get the windows platform.The text was updated successfully, but these errors were encountered: