I’d like to know how to navigate in the same popover with Ionic 4 (beta 15). The example is filtering options. I click on a funnel and have a list of items displayed in a popover : the filtering categories(year, color etc…) Each category has a sublist associated.
I’d like to be able to click on a filtering category, and navigate forward to a new view containing the associated options, but staying inside the popover. When using NavController.navigateForward, the whole current view is impacted, not the popover. What would you do ?
PS: it is what is currently done in Plex Media server for filtering movie Filtering workflow
Thanks.