简体   繁体   中英

How to set ios theme in framework7

I have used android framework7 theme it worked good but ios framework7 theme is not working... What should i do...

You have to set the theme param when you are creating the application.

var app = new Framework7({
  root: '#app',
  theme: 'ios' // can be 'auto' and 'md' also
});

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM