Kevin Feinberg
Kevin Feinberg
Set a break point in your showFullScreenVideo() function and inspect that you have $scope.API.toggleFullScreen available. On Wed, Jan 24, 2018 at 3:32 AM, Aniruddha Mahamuni < [email protected]> wrote: > Hello,...
A custom layer is just plain old HTML and CSS to make it look however you desire. Mobile players may behave differently. These may leverage the device's native player as...
Difficult to say as it's a styling issue without that piece of it. Can you share a live demo? Try will help get you a quick response.
Also, is observed in a particular browser?
Keep in mind that these heavy handed autoplay policies are to combat abusive practices such as from ads. Not to make it easy in us. The browsers typically require a...
Did not say anything about needing a trigger for muted video. Thought there was concern about unmuting. On Tue, Aug 7, 2018, 7:55 AM apoupart-nurun wrote: > @kfeinUI -> The...
Usually caused by unsafe $apply() calls. Will look into it.
Not sure specifically what format video you're after. If it's non-native, you'll need a playback plugin. Otherwise, a standard format will work with minimal effort. You may need to set...
Assuming that you have it configured to auto hide the control bar? Just sanity checking since it's not stated explicitly. Wouldn't surprise me if the touch experience was a little...
Apologies for the delay. I see what's going on. There's no main defined in package.json. Will see if I can fix it. In the meantime, you can simply import `'videogular/dist/videogular/videogular.js'`...