Giving a native look at the meteor / cordova application with css, conditioning it before building the platform

I am developing a hybrid mobile application with Meteor and Cordova, and in order to have my own look, I want to use two different stylesheets: Material design Bootstrap for android and Ratchet for IOS.

What is the easiest way to conditionally include appropriate css and javascript files? those. team:

 meteor run ios

should create an application with ios css, and:

 meteor run android

should generate the application using android css.

If there is no easy way, does the Meteor team work on this issue?

+4
source share
1 answer

. . ...

+1

Source: https://habr.com/ru/post/1629228/


All Articles