2017-12-04
1.1.0
Rúben Bonito
All
All
Components
[Overview]
In order to run the preparation after coming back from an external URL (by clicking the back button on the browser), you need to force it to happen. This component allows you to do that using javascript and cookies.
[Detail]
You developed an OutSystems web application that needs to navigate to an external URL out of your control (e.g. OutSystems’ website), but afterwards, the user decides to use the browser’s back button. What we have observed is that the preparation of your web screen is not executed but the browser does re-render the page. In other words, the page is rendered with the information saved in the browser’s cache. In order to run the preparation after coming back from an external URL (by clicking the back button on the browser), you need to force it to happen. This component allows you to do that using javascript and cookies.