Comment
03-02-2021
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
@markusb54298925 If the issue is that as the user navigates between routes/views on the SPA, then I would recommend that you implement a custom js event that is fired as the user switches routes/views. In Launch you would listen for this custom event, then reseting the parameters, then firing Target. Right now I am assuming your issue is because targetPageParams is not being reset by a normal page load when switching view/routes in the SPA.