Madd.is

Results 75 comments of Madd.is

I want to take a minute and appreciate the work you put into this. Not only the effort for the library, but also in the amount and detail of your...

We implement a content management system for movies., series and such. A movie, episode, series etc pretty much share all the fields except for some columns. Right now we actually...

@Doolali the problem is that the restrictions might actually prevent playback if the video element is smaller. This is not relevant for full screen players, but for example for small...

I found this: https://developers.google.com/android/reference/com/google/android/gms/cast/framework/media/MediaQueue > The model maintains a list of queue item IDs for the entire queue; it automatically fetches this list whenever it attaches to a Cast session....

I implemented that with a lot of hassle but it is far from perfect. Especially on Android where there can be crashes based on the way fragments are handled, especially...

I would guess that the Cast SDK fakes the volume sync of the device and receiver by creating a fake silent audio stream that overrides yours: I would guess that...

You `config.json` has to be invalid, verify it with a JSON validation tool, like this: https://jsonformatter.curiousconcept.com/

I think I had the same problem... if I remember correctly my workaround was to edit the ~/.rnv/renative.json directly and avoid the `-t` argument

you need to also run `yarn link renative` inside your project to tell yarn to use the local renative version instead of the files inside node_modules

The best solution would probably be to ditch the iframe and instead let the appShell be the result from webpack-dev-server (but scripts/assets loaded via external URL prefix). I think this...