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 has been archived by the owner on Jul 28, 2018. It is now read-only.
I did a little experiment trying to keep a media player (JW Player) playing continuously while browsing a site. I put it in a part of the page marked with data-turbolinks-permanent and sure enough the player survives page transitions, but it seems to reinitialize on page switch.
Is Turbolinks cloning the node or disconnecting and reconnecting it to the DOM causing the embedded player to think it should reinitialize? Is there a way to leave the DOM node completely untouched?
The text was updated successfully, but these errors were encountered:
I did a little experiment trying to keep a media player (JW Player) playing continuously while browsing a site. I put it in a part of the page marked with
data-turbolinks-permanent
and sure enough the player survives page transitions, but it seems to reinitialize on page switch.Is Turbolinks cloning the node or disconnecting and reconnecting it to the DOM causing the embedded player to think it should reinitialize? Is there a way to leave the DOM node completely untouched?
The text was updated successfully, but these errors were encountered: