Hello @All,
I try to create a routable popup in my application.
The application is using Framework7 v6 with vue v2.
The idea is two have a popup to browse my media collection, and so I want to navitable the title/album inside the popup, and keep the history.
I’m pretty new to framework7 and vue, so excuse me in advance if I’m make it the wrong way.
I’ve create a little sample app on codesandbox.io : https://codesandbox.io/p/github/lo92fr/SampleVueF7Popup/master?workspaceId=ws_Y2RWa6CcbZqj34YVZhYfSg
My current matter is that if I browse to the root page of application:
https : // p59vth-8080 . csb . app /
And launch the popup, everything seems ok, I can click on “Open Media Browser”, the popup appears with the content, and I’m able to navigate to Folder1 & Folder2 links.
If now I browse to an application subpage : https : // p59vth-8080 . csb . app / overview
And then I click on “Open Media Browser”, the popup comes up but display the current page inside, and not by MediaBrowser component.
Can someone help me undestand what I’m making it wrong there.
Thanks,
Laurent.