2
I use Framework7 and use the code injected via Javascript. I need that when the user click on a certain button on the "Injected Page" go back to the main.
The history.go(-1)
and the window.history.back();
do not work because the pages are not in the history.