You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is how many times will spa_navigation event will be fired in a SPA app. What I am seeing right now is that spa_navigation is only called once at the spa_hard navigation and then for each spa navigations I am only seeing spa_init event being fired?
The text was updated successfully, but these errors were encountered:
@sukratkashyap you're right, it looks like spa_navigation is only being triggered if an onComplete function is used during route_change(), and during all Hard navigations. We can make sure to fire spa_navigation in all cases.
My question is how many times will
spa_navigation
event will be fired in a SPA app. What I am seeing right now is thatspa_navigation
is only called once at thespa_hard
navigation and then for eachspa
navigations I am only seeingspa_init
event being fired?The text was updated successfully, but these errors were encountered: