In the classic app i used a map with pins and there was a floating button that came along with it to click on and it would show a list of all pinned events… how can i get that back in the new glide?
1 Like
I assume you mean a way to switch between a list view and a map view. That doesn’t exist natively anymore.
Your closest option might be a tab container with tabs being “Map” and “List”, and you add a map collection and a list collection to respective tabs.
2 Likes