Bug fixing - Refreshing dependecies with Library as
Fixed a bug where the timer was not cleared when navigating to the same page.The reason seems to be that the component onDestroy event destroys the timer of the target screen instead of the source screen. This happens when t because the id of both widget are the same in the source and target screens. And the selector was targeting the target screen.
The solution was to change the selector to consider the source screen first
Refreshing dependecies for Bug fixing.
Fixed a bug where the timer was not being cleared on the OnDestroy action.
Now we are calling the same action used in the screen that stops the timer and making sure it will always be cleared.
All the other documentations are still applicable.
Refreshing dependencies with Reactive Library as a Bug fix was applied.
-> Fixed OnDestroy not being called because of a parse error.The Calculate action inside a javascript node was trying to assign a number in the string format to an output variable of type integer without doing a parse.This generated an error and impacted the OnDestroy action of the webblock
Please refer to the https://www.outsystems.com/forge/component-overview/13942/countdown-timer-reactive-library for the documentation.
This component is just a sample on how to use it on Mobile.
If you have any questions, feel free to contact us using the forum.