Seems like we’re working to the same thing, I attempted this by using nested views inside of the side menu but have come across some issue when it comes to the urls.
How would I implement a submenu in a sidemenu?
For instance; I have the basic app seed up and running and are able to open up the side menu (left, right or both).
When opening the menu, I see a list view (menu items). When I click an item in that list view, I want the list view to slide to the left and a new list view to slide in from the right, without closing the side menu. This would simulate a ‘sub menu’ effect.
But I have no idea on how to get started with this. Would I need to implement…