framework7

Open full view…

How can I connect with "routes" two full/independent html pages?

michele-
Tue, 20 Feb 2018 21:50:08 GMT

I've a "index.html" with links to the "details.html" page but each page has a custom "head" and scripts connections. --- If I use... var app = new Framework7({ routes: [ { name: 'index', path: '/index/', url: './index.html', }, { name: 'news', path: '/news/', url: './details.html', }, --- ... the "details.html" open with the head of the "index.html" while I wish they were independent. I’ve tried with the “external” class but when I open the pages I receive a “flickering” effect, a white flash. How can I do? I'm using latest version of Framework 7.