One question:
Which is better?:
component + event tap + Set local storage variable
component + event tap + Navigate to page
or
component + event tap + Run JavaScript
with this code:
localStorage.setItem('variable', 0);
Appery.navigateTo(....);or it's the same?