Is there documentation for how to call a javascript function when:
- In a PageControl when Pages are swiped in or out - e.g. onPageHasFocus/onPageLostFocus?
- A Control like TextInput has focus or lost focus?
Also, is there a complete list of Triggers?
Is there documentation for how to call a javascript function when:
Also, is there a complete list of Triggers?
Sounds like you are looking for the <Activated>
trigger or Activated
event for pages, and <WhileFocusWithin>
for text inputs. You can also use Focus.Lost
and Focus.Gained
events.
Complete list of triggers: https://www.fusetools.com/docs/fuse/triggers/trigger