Is it possible to detect that a user has entered a page using the back button in his browser? It is advisable that I detect this action using a polymer.
You can probably listen to the popstate event as described here: https://developer.mozilla.org/en-US/docs/Web/Events/popstate
popstate
This should work when the "Back" button is pressed, history.back() is called, etc.
history.back()
Source: https://habr.com/ru/post/1013454/More articles:Is there a difference between a placeholder and a variable when the model is not built? - pythontypescript compiler command (tsc) not working with tsconfig - typescriptOverride existing data annotation attribute in asp.net core 1.1 - c #Image does not load in tag with ftp url - angularjsInvalidArgumentError: you must specify the value of the Placeholder placeholder tensorflow - tensorflowd3.select does not work with special characters - javascriptReclosing in Javascript - javascriptIs this all an object? - javascriptHow to check if autocommit is enabled or not postgres' psql - postgresqlField Substring Field FieldInfo Field - reflectionAll Articles