I am currently developing a mobile application using angularjs and the ionic framework. My application is intended for both tablet and mobile versions. I have encountered an issue where I cannot use the same CSS for both the tablet and mobile versions. Is there a method to detect the screen size and dynamically adjust the CSS accordingly?
I came across a jQuery solution that accomplishes this, but I am unsure if it can be integrated with angularjs. If so, how would I go about implementing it?
Could someone provide me with step-by-step instructions on how to achieve this? Thank you in advance :)