Lochlan

Results 41 comments of Lochlan

I tried registering it in the `onSessionStarted` callback, no luck. Same crash. I also tried using the deprecated `Cast.CastApi` to set the method, but same problem.

Tried it out with NS6 and it still crashes.. damn.

I did a little debugging in the NS Slack. I need to create a ticket for the NS team to look at on the android-runtime repo. I'll post here when...

@gscottschulz No, not at all. I did check recently when I updated all the libs but it still crashes on Android and I havent yet escalated it to the NativeScript...

Thanks for pointing out the missing [webpack.config.custom.js](https://github.com/lochstar/nativescript-cast/blob/master/demo/webpack.config.custom.js). It was being ignored by `.gitignore`. It's checked in now. The Android demos probably wouldn't have worked without it. There's a good chance...

I've just published `0.4.1`. One of the Angular paths was incorrect. It should fix `ERROR in The target entry-point "nativescript-cast-angular" has missing dependencies: - nativescript-cast`. Let me know how you...

I've fixed up the angular demo default webpack config. It runs successfully on iOS: ``` cd src/ npm run demo-angular.reset npm run demo-angular.ios ```

Does it break anything if you comment that line out? The Android Angular demo crashes for me anyway. The regular one works. Like I said, I'm not an Angular guy....

> It is possible I don't understand how to use the library now, at what point should I load the media? Best to look at the regular demo app: `onSessionStarted`...

Just a note that this plugin works fine with webpack v2, although you need to append `-loader`. e.g. ``` const locales = { en: () => require('react-intl-loader?locale=en!./en.json'), de: () =>...