Side panel stay open for tablet / desktop

How do you have the left panel stay open in tablet or desktop view, but slide open on phone?

use split view

Demo:
https://framework7io.github.io/framework7-template-split-view/

Is it an alternative to specify the leftBreakpoint for the panel?
https://framework7.io/docs/panel.html

var app = new Framework7({
  panel: {
    swipe: 'left',
    leftBreakpoint: 768,
  }
});
1 Like

Is a diferent layout. I like the template bcs it has multiples views. But you can also use the breakpoint method.