GWT back button browser

后端 未结 5 868
长情又很酷
长情又很酷 2021-01-18 11:08

For example current page is www.google.com. But I typed a different website address in address bar and clicked. This site has fully GWT code.

But I like to back to t

5条回答
  •  天命终不由人
    2021-01-18 12:11

    There's Window.ClosingEvent:

    Fired just before the browser window closes or navigates to a different site.

    The other option is History.addValueChangeHandler, which listens for changes in the browser's history stack (see the docs for more info).

提交回复
热议问题