Is there a way for Power Apps to download content on demand, eg when a button is pressed?
I have a large number of images that are required to be viewed only occasionally for a mobile app, but they must be on the same screen as other content. I don't want them to be hidden using the visible property and made visible when needed, as this would delay the page load even when they are not required
Thanks