Kevin Feinberg

Results 47 comments of Kevin Feinberg

Be careful with that. angular.module() expects an array of strings. These may be values defined inline or variables set in your import statements. Best practice these days is to have...

Upgrading to 2 should be pretty quick. The big change is that everything is included in the videogular npm module whereas there were previously separate modules for various add-ons. Usage...

Which way are you using to apply the sources? Example input? There's not much change. I did tighten up the source setting code to make the various scenarios behave more...

- Dash logic looks ok. - Why the event emitters as opposed to leveraging the existing callbacks?

- vg-dash should be responsible for managing its own configuration. - Perhaps a more flexible solution would be to add a callback to return the MediaPlayer instance? From there, you...

We figured this out. Keeping it in here as a reminder to try to bring it in here.

Requires diving into some shadow DOM stylinghttps://stackoverflow.com/questions/8911247/hide-iphone-html5-video-play-button

Not clear on what you're asking. Please elaborate.

Still not clear what you're after. Are you talking about desktop or mobile? There's an API.isFullScreen flag that you can check, but presently no event. You may be able to...

The inline play functionality probably needs some updating, as I recall. Should be possible. The browsers just make you jump through some hoops. You're welcome to contribute a PR.