Hi,
I would like to have events on a turbo frame to know when the navigation changes.
I have a get form, Each time I submit this form I want the URL to change but also the viewport to not reset scroll.
If my frame has a target _top, my URL changes but the viewport scroll resets.
So I thought having events on the frame would allow me to use the history API to perform what I want, and I guess it should pretty useful overall.
I tried without success with the events present in the handbook, any way to accomplish that ?