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?
source
share