I am using a "On start of layout" condition to change the font of my texts(they are webfonts), load key values on WebStorage and other things. The problem is: Sometimes, the function isn't called. My fonts are not loaded, my data from storage is not obtained... I think there are some times that "On start of layout" isn't called.
Is there any other condition i can use to make something happen every time a layout is loaded? A condition that i am sure it will happen?