Answer the question
In order to leave comments, you need to log in
How to disable swipe sidebars on specific pages in Framework7?
There is an application on framework 7. There is a main page index.html, from it there is a transition to other pages, example
Both panels are initialized in js<a href="/about/" class="item-content item-link">
let app = new Framework7({
root: '#app', // App root element
id: 'com.framework7.name', // App bundle ID
name: 'Name', // App name
theme: 'auto', // Automatic theme detection
// App root data
pushState: true,
// App routes
routes: routes,
// Enable panel left visibility breakpoint
panel: {
swipe: 'both',
leftBreakpoint: 960,
},
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question