Is there any way to disable user from clicking browser's back/forward button until the currently accessed page is loaded completely.
Page being loaded completely need not refer to the API requests being made within the page. Simply looking if the browsers reload button is visible (and stop button is no more visible) is much appreciated.
I do not want to make use of history.forward() on back and such hacks. I want the back/forward buttons to look as if there is no history to navigate to, unless the current page is loaded completely.
I do not want to use browser extensions, and wanted to achieve this using javascript/jQuery itself.
I searched and could see that this is not possible. But, still wanted to see if any geeks have any new info to share. :(