Hi there,
I am trying to extend the File Share App capabilities because I need to share external web links with my community, in addition to files and folders.
For that I need to trigger the pseudo-navigation provided by the File Share App when a folder is clicked. There is no real navigation then (even if the new folder url is displayed in the browser url field).
So it seems that the wix-location-frontend onChange() function should make the trick. But the function is actually not triggered when a new folder is clicked. However, it should be triggered since I checked (with the wix-site-frontend
currentPage property) that the page does have an applicationId, meaning it is actually managed by a full page application.
Does anybody have an advice for a workaround?
Thanks!