简体   繁体   English

如何在framework7中设置ios主题

[英]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...我已经使用了android framework7 主题,它运行良好,但ios framework7 主题不起作用......我该怎么办......

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
});

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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