I'm working a mobile application using angularjs and ionic framework.My application is for both android and ios devices. But i need two different CSS styles for ios and android devices. Is there a way to detect the OS and change the CSS accordingly.
I found a question in stackoverflow similar to this.But i'm not sure if this is the way to do this.
Detect device and swap the CSS file - jQuery
Can i have a step by step instructions on how to do this? Thanks in advance :)