Divide ionic 1 layout for tablet?

i’m working on ionic 1 app, targeting just tablet devices, i want to know how to divide screen like this, two differences parts one with header and other without,
tried using ionic grid but didn’t work good, can make two ion-view side by side ? can control one ion-view to customize this screen?

Hi @muhammedmoussa

If you want to design your app for tablet, you can use this property expose-aside-when="(min-width:750px) and (max-width:1200px)" in <ion-side-menu> tag.

1 Like