Refresh page
Refreshes a screen connected to external data.
Last updated
Refreshes a screen connected to external data.
Last updated
This set of tags allows to refresh a screen connected to external data, performing an API request and updating the data.
The screen is refreshed with a pull-down gesture.
📍 Where to add the tag: The top-level app page.
This feature is useful for any external data that changes often (i.e. real-time stats, attendance list, collective entries, etc.).
Create an app page design. Make sure you add container(s) as needed.
Paste the tag into the layer name of the top-level app page.
You can combine [refresh:pull]
with any of the other refresh tags: [refresh:always]
, and [refresh:once]
. However, [refresh:always]
and [refresh:once]
are incompatible with each other. Additionally, [refresh:interval:<seconds>]
is not compatible with any other refresh tags.
Import Figma file to Bravo.
Set up your binding as usual. You can use the example request below to get sample data.
5. Preview on Bravo Vision. 🚀
Duplicate the files below to see how to set it up!
Example request: Use this request URL to get sample data for the example app above.
This API updates the stock price every minute, so wait at least a minute between each pull to refresh to see the price change.