Gud pls how can I make all the platform work with only Android theme

Gud like if an I phone user install my app it should still work with android theme

Hi, just add the theme you want.

  framework7: {
    id: 'com.app.example', // App bundle ID
    name: 'BaseApp', // App name
    theme: 'md', // MD
    routes: Routes, // App routes
1 Like