-
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
[ionic v4] ionic serve think the plataform is Android #14953
Comments
There aren't many details here, but I am assuming you're expecting windows mode instead of material design on a windows computer? We have removed the windows mode from v4. There are only two modes currently: Material design ( We've discussed adding in Windows fluent design but no development has started on it. I'm going to close this as working as designed. Thanks! |
import { Platform } from '@ionic/angular';
} this give me: this.plt.is('android')) --> true |
Ah, yeah that is different. That's a bug we're tracking here: #15165 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic Info
Run ionic info from a terminal/cmd prompt and paste the output below.
Ionic:
ionic (Ionic CLI) : 4.0.1 (C:\Users\Computer\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.0.0-beta.0
@angular-devkit/core : 0.7.0-rc.3
@angular-devkit/schematics : 0.7.0-rc.3
@angular/cli : 6.0.8
@ionic/ng-toolkit : 1.0.0
@ionic/schematics-angular : 1.0.1
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : none
System:
NodeJS : v8.9.4 (C:\Program Files\nodejs\node.exe)
npm : 6.3.0-next.0
OS : Windows 10
Environment:
ANDROID_HOME : not set
insert the output from ionic info here
ionic serve think the plataform is Android when is with browser on windows computer, without any emulator
The text was updated successfully, but these errors were encountered: