Question

Does GWT provide any way to define click handlers for when the user clicks the back/forward browser buttons? If so, how could I define such handlers? If not, why?

Was it helpful?

Solution

No, You cannot do that with GWT. However, you may use the History Token to manage the URL changes

OTHER TIPS

take a look here GWT MVP they explain very well how to implement a such behavior ( using History tokens). hope it helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top