Hi, I am experiencing an issue when filtering a list of videos with Wix Video by clicking on one of the tags of my videos.
Whenever I click on a tag, the filtering correctly occurs, but it also changes the URL of the current page from mywebsite. com/page-slug to mywebsite. com# causing a change a page after a couple of seconds.
I am waiting to hear back from the support about it, but having no idea how long they will take to fix it, I was wondering if there’s any workaround in the meantime.
I looked into the wixLocation.onChange event, to see if I could stop the URL change, but it’s not triggered when navigation between pages occurs. There is nothing I can hook into Wix Videos as far as I can see.
I see where the bug is in viewerWidget.js – basically for some reason it creates a a
element with a #
href, but there’s no way I can override that file, is there?
Any other ideas are very welcome. Many thanks!