Moderator
2 years, 5 months ago
#35411
::
Another way to reset screens is to implement them as modules and then loading these modules in your app. When unloading the module and then loading it again, all elements will be re-initialized and therefore reset.
You can find more about modules here:
- Documentation: https://community.simplifier.io/doc/current-release/applications/modularize-your-apps/
- Advanced Course on Debugging (Create a Module): https://community.simplifier.io/browser-debugging-tools-debugging-modules-creating-a-module/
- Advanced Course on Debugging (Load a Module): https://community.simplifier.io/browser-debugging-tools-debugging-modules-integrating-the-module/