This repository was archived by the owner on Oct 7, 2019. It is now read-only.

Description
Hello, I have created new React app using this template. When I click on any of the links the view is loaded but URL in browser doesnt change. I am passing pushState
prop but it doesnt seem to work:
// Framework7 parameters here
const f7params = {
id: 'io.framework7.testapp', // App bundle ID
name: 'Framework7', // App name
theme: 'auto', // Automatic theme detection
// App routes
routes,
pushState: true,
};