forked from joejulian/gio
689b317de9
To get the `popstate` we need to create a new entry into the browser history. Then, Gio will handle the "back" and "forward" of the page. In some browsers (Chrome 87/Edge 87): The user must click inside the window/page at least one time. It will not work if the user leaves the page (clicking back button) without interaction with Gio. Signed-off-by: Inkeliz <inkeliz@inkeliz.com>