Closed windwp closed 6 years ago
When I run it in the chrome desktop (on windows) I get [android,tablet]
Thank you for the issue! I am going to close this issue and merge it into #15165 to keep all platform issues in one.
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.
Feature Request
this.platform.ready().then(() => { console.log(this.platform.platforms()); })
In ionic v4 :
When I run it in chrome desktop browser and chrome mobile browser it always displays ["android"]
In ionic v3 :
If i run in chrome desktop it will displays ["core"] and in chrome mobile browser it will display ["mobile", "android", "mobileweb"]
Ionic Info Run
ionic info
from a terminal/cmd prompt and paste the output below.