framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.13k stars 3.23k forks source link

browserhistory: false shows blank or root when used with openIn component #4039

Open Sifico opened 2 years ago

Sifico commented 2 years ago

This problem faced me multiple times, it goes away when setting the browserHistory to true or using default view setting which is also true.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://codesandbox.io/s/infallible-engelbart-f52ehn?file=/app.js&resolutionWidth=1400&resolutionHeight=800
  2. Click on "About" link
  3. See error (Blank page instead of about page, remove browserHistory from route options to see the about page)