
Sharing option is breaking jw player script on Mac Safari browser
Hi
I am facing an issue with loading of jw player if sharing option is enabled.
the following lines of code are breaking
config.sharing = {
code: encodeURI("<iframe src='http://example.com/embed/MEDIAID.html' />"),
link: "http://example.com/page/MEDIAID/"
}
Error generated in consoleTypeError
Error] TypeError: undefined is not a function (evaluating 'd(j.id).getPlaylist()')
setPlaylist (jwplayer.html5.js, line 153)
method (jwplayer.html5.js, line 193)
j (jwplayer.html5.js, line 192)
(anonymous function) (jwplayer.js, line 7)
The moment I disable the sharing option of even leave it blank like sharing :{} the jwplayer fails to load and this error is seen in console.
If i Just reload the page the player appears.
so this becomes and intermittent issue which is occurring on my production.
Kindly extend your appreciated help for the same