miloproductionsinc/cordova-plugin-chromecast

Move away from `sendJavascript`

Closed this issue · 1 comments

sendJavascript is not recommended/deprecated.
We are supposed to use the callbackContext instead.
Here is useful guide to get it started.
And here.

Fixed! Using a single callback that can trigger multiple events instead now!