ConnectSDK / Connect-SDK-JavaScript-Bridge

JavaScript Bridge to support Connect SDK integration with web apps
http://www.connectsdk.com/docs/tv-web-app
Apache License 2.0
30 stars 7 forks source link

No longer compatible with current Chromecast receiver library. #6

Open jozecuervo opened 9 years ago

jozecuervo commented 9 years ago

Not sure if anyone else has run into this, but the more recent chromecast receiver lib versions make use of window.crypto - which is not fully supported or polyfilled in the LG client environment.

Here is the polyfill I am currently using as a workaround: https://gist.github.com/jozecuervo/f7d83d75654f37ed7e96

Thanks,