CSS files required for iOS and Android hybrid app development

Hi,

I noticed that Framework 7 has separate stylesheets for iOS and Android(Material). If we want to develop a single app for both iOS and Android, how can we link the stylesheet? Are the class names same for both iOS and Android?

Thank you,
Nithya.

Hi @Nithya,

In v2, it depends on your requirement.

If you are developing app for both platforms (android & IOS) then you can use single css (framework7.css) for both paltforms

If you are developing app for any one platform (android or IOS), then you can use platform dependent css file (framework7.md.css or framework7.ios.css)

The css class names are same in both platforms.

1 Like

@rajkaruna,
Thank you for the details :slight_smile: