Detect isPhone

Take a look at $ionicPlatform, it ofers isIOS(), isAndroid() and isWindowsPhone() functions.

http://ionicframework.com/docs/api/utility/ionic.Platform/

Also, you could bind to certain css classes that are added to the platform, reference to the forums for those exact names, it doesn’t seem to be documented yet. For example: Target different platform

1 Like