With a Collection in the OnStart of the App a Navigation Menu is made for a Gallery.
Concurrent(
Set(
_WaffleMenuHidden,
true
),
Set(
_HamburgerMenuExpanded,
false
),
Set(
_SelectedScreen,
{
Row: 1,
Title: "Home",
Image: 'Home Gray'
}
),
ClearCollect(
_NavigationMenu,
{
Row: 1,
Title: "Home",
image: 'Home Gray'
},
{
Row: 2,
Title: "Add New",
image: 'Plus Sign Gray'
}
)
)
In the Web Editor the App works as intended. When published however, the items Title and Image disappear. Pics attached