Replies: 1 comment
-
|
There is a PR here, its been 9 months now. Such an important feature to conditionally render or disable the forward button (like all browsers do) especially needed in an electron app. Hope the team can look into this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to
router.history.canGoBacki'd like to be able to check if there is history on the stack to go forward. Couldn't figure out a way to accomplish this using the router.history alone.Currently if you call
router.history.forward()with nothing forward, nothing happens. Would like to be able to check first.I saw #181 (reply in thread) but there still doesn't seem to be a way to check if there is anything forward.
Beta Was this translation helpful? Give feedback.
All reactions