[SOLVED] Force md theme on iOS

Hi

Is possible to force MD theme on iOS? MD theme looks way better than iOS theme and I’m not a css developer to implement a nice interface

Thanks

maybe u can try change from ‘auto’ to ‘md’ , on app.js(CMIIW)

2 Likes
var app = new Framework7({
...
theme : 'md',
...
});
2 Likes

Yup. That worked!

Thank you!