Software Archive
Read-only legacy content
17061 Discussions

Framework7 & Material Theme (BUG?)

Andrejs_V_
Beginner
406 Views

I start clean new project with Appdesigner  and Fr7

If I check Material design and AFTER add header (for example ) I get this strange view in designer (see attach file)

I index.html I see that lines

<link rel="stylesheet" type="text/css" href="framework7/css/framework7.ios.colors.min.css">
<link rel="stylesheet" type="text/css" href="framework7/css/framework7.material.min.css" class="uib-framework-theme">
<link rel="stylesheet" type="text/css" href="framework7/css/framework7.ios.min.css" class="uib-framework-theme">

 

===============

 

after manually changing to

<link rel="stylesheet" type="text/css" href="framework7/css/framework7.material.colors.min.css">
<link rel="stylesheet" type="text/css" href="framework7/css/framework7.material.min.css" class="uib-framework-theme">
==================

 

all start working ...

 

Is it BUG, or I need add any widget to form and AFTER them change theme to material?

 

0 Kudos
3 Replies
Andrejs_V_
Beginner
406 Views

oops

there missed attach

0 Kudos
PaulF_IntelCorp
Employee
406 Views

I've asked one of my more knowledgeable colleagues to chime in.

0 Kudos
Brian_W_Intel
Employee
406 Views

This is a bug. The colors .css should be added in alongside the other theme css. I'll add this fix into the next release.

Thanks.

0 Kudos
Reply