Detect platform in ionic

How can i detect platform using ionic ?

Any help would be highly appreciated.

Hello @mrameezraja,

To detect the platform, you can use ionic.Platform

From the doc :

  • ionic.Platform.device() => Return the current device (given by cordova).

Thanks Bro…!!! @WidawskiJ