Actions
Support #7016
closedbrowser input (forward/backward button)
Start date:
04/25/2019
Due date:
% Done:
0%
Estimated time:
Description
How can I explicitly react on changes resulting from the user operating the browser buttons/functionality:
- user changing the browser url
<!-- -->
- user using the forward and backward buttons of the browser
Is there any possibility to connect to this changes and handle those in an derived class from Wt::WApplication?
Updated by Roel Standaert over 5 years ago
You probably want to use WApplication::internalPathChanged(): https://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WApplication.html#a674fd6a2522d66d07908e8f3d82424a9
Actions