Hi friends,
I'm using Polymer 2, and jwplayer (video player)
When I create instance of jwplayer, I should give it id of container. Like 
this
jwplayer('video_container').setup({
...
})

But because of shadow dom, jwplayer cannot find element with id, even it 
exists, because it's in shadow dom.
In polymer I think we should use like this: 
Polymer.dom(this.root).querySelector()
But external libraries do not do like this.
Please help me!
Thanks in advance!

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to polymer-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/a6b39877-1f75-45a7-a8cb-ba89e44d19eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to