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
{{ message }}
This repository was archived by the owner on Sep 25, 2021. It is now read-only.
I'm trying to make turbolinks 5 to work with an html5 audio element. I put this element within a div flagged as data-turbolinks-permanent. Everything works well, the div has not been refresh but the audio just pause. I can hit the play and it continues where it was.
Hi,
I'm trying to make turbolinks 5 to work with an html5 audio element. I put this element within a div flagged as data-turbolinks-permanent. Everything works well, the div has not been refresh but the audio just pause. I can hit the play and it continues where it was.
It was ok with a previous version of turbolinks.
Any idea?