Hi, I have created a view function in a card script to run some logic once the card is navigated to. The documentation about events says:
Target: card, Event: view, Argument: None, When: The card is navigated to, or the user enters interaction mode.
But the function seems to be called every single frame. The card doesn't contain any widget (as I would like to populate the card procedurally from the script), so I don't think an "animated" widget could fire view events. According to the docs the view event should be fired punctually instead of continuously, is that correct or am I misinterpreting it? What am I missing here?