framework7-template-react icon indicating copy to clipboard operation
framework7-template-react copied to clipboard

Changing URL in browser doesnt work.

Open padsbanger opened this issue 6 years ago • 0 comments

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,
  };

padsbanger avatar May 22 '19 14:05 padsbanger