Component Refresh Does Not Work
When I show or hide a component it updates fine in test mode, but when I test it on the phone, the updates do not occur.
I tried adding an explicit refresh but that did not work:
Tiggr('mobilelabel_comp2').show();
Tiggr('mobilelabel_comp2').refresh();
How can I get the updates to refresh?
Thank you