Ensuring my web application is compatible with various devices is crucial. While I have created a common CSS for all mobile and tablet devices, it seems to be causing some problems specifically on the iPad. After finding a fix tailored for the iPad, I now want to segregate the CSS for iPads and Galaxy devices.
I am wondering if there is a way to use media queries or any other method to load one CSS file for iPads and another for Galaxy devices?