There are a few screens that have Dropdowns and/or ComboBoxes the display dynamic data.
I'm assuming, due to the device being off-line, that when the user opens the player, the list
content that would populate or be filtered in these controls won't have any data based on a
ClearCollect in AppStart.
Is there a way around this, so that the list data is still available for use in the app when off-line?
Unless you are using Dataverse as the data source and have it set for Offline, you'll need to cache all the data for those controls in Collections before going offline. Then refresh them when you go back online. Its the same thing you need to do for the data source itself when offline.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.