How to use platform-ios and platform-cordova css classes?

Hi mhartington, I want to apply css for desktop browser, how can I do that?

hello, everyone. is there in ionic a certain CSS code that you can implement and it adapts all design for all android and ios devices.
I am new to ionic development

Hi, did you find any solution to your problem as I am facing the same issue and the main comment by @mhartington is not working for me(not even in browser or in ionic lab) .

Thanks!

1 Like

Worked for me.

Please, make sure that is using the corrects css selectors, i made a mistake and not worked at first time, like this:

.platform-ios page-home {
super-tabs-container { top: 48px; }
}

You can see the docs in this page:

https://ionicframework.com/docs/v1/platform-customization/platform-classes.html

Hi @mhartington this is not working in Ionic 5
Is there any options for adding styles for ios and android platforms