videostream / cordova-chromecast

Chromecast running in Cordova
117 stars 58 forks source link

Session creation does not work as expected in Chrome app for mobile #33

Open pstjvn opened 9 years ago

pstjvn commented 9 years ago

I have successfully used the plugin for cordova projects but once the same thing is built with cca (chrome apps for mobile which bundles crosswalk with cordova) something strange happens to sessions: calling createSession is called and no error is given but the callback is never called. Calling it a second time returns a session but its no longer active.

Any hints ?

Thanks.