I have a very basic question probably: How can I keep my css compatible within Android and IOS?
And within each different screen size?
For example, if I look at one random codepen such as swipe cards, I see that the css file indicates a swipe-card of width 300px and height 300px. But this will render differently across each device (for example, if I run it on my android device or emulate on IOS, I see two different renderings because the screen sizes are different). Do I really have to create different css config for each device? And for IOS and Android?
What is the best practice in order to build a multi-platform and multi-device Ionic project? Is there any demo/tutorial on this?
Thanks a lot @evenemento, I am beginning to understand
But RWD principles are valid for just the Ionic built-in css or for any css I might want to add to my app.css? I mean, should I just use the Ionic css components or by writing mines I still get RWD principles respected?