framework7-template-react
framework7-template-react copied to clipboard
Changing URL in browser doesnt work.
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,
};